控制 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 {{单元}}