Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
List all services names.
service --status-all
-
List all systemd units.
systemctl
-
Disable a service.
systemctl disable service_name
-
Check whether systemd is running as PID 1.
ps --no-headers -o comm 1