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 {{์ ๋}}