How to view service running on startup in Linux

systemctl may be used to introspect and control the state of the “systemd” system and service manager. To view service running on startup in Linux, you use a simple command: systemctl list-unit-files List unit...