Systemd Cheat Sheet: List All Available Services
Systemd Cheat Sheet: List All Available Services
Systemd Cheat Sheet: List All Available Services
systemd is a suite of basic building blocks for a Linux system. It provides a system and service manager that
runs as PID 1 and starts the rest of the system. It also provides a logging daemon, tracks logged-in users and
running containers and virtual machines, maintains mount and automount points, and more.
Services
Start sshd now and at system startup systemctl enable –-now sshd
Targets (runlevels)
Logs
Introspection
Power
Reboot, inserting the message "foo" into the logs systemctl -–message="foo" reboot