There was an error while loading. Please reload this page.
https://twlinux.github.io/2017-10-24-sysadmin/
Systemd is the default init solution for many modern Linux distros. It manages daemons (background services).
init
systemd-analyze blame
systemctl start|stop UNIT
systemctl enable|disable [--now] UNIT
systemctl status UNIT
systemctl kill UNIT
systemctl restart UNIT
journalctl queries the system logs, see man journalctl.
journalctl
man journalctl