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 {{유닛}}