systemd システムとサービスマネージャーを制御します。 もっと詳しく: https://www.freedesktop.org/software/systemd/man/systemctl.html。
systemctl status
systemctl --failed
systemctl {{start|stop|restart|reload|status}} {{ユニット}}
systemctl {{enable|disable}} {{ユニット}}
systemctl daemon-reload
systemctl {{is-active|is-enabled|is-failed}} {{ユニット}}
systemctl list-units --type={{service|socket|automount}} --state={{failed|running}}
systemctl cat {{ユニット}}