systemctl.md 997 B

systemctl

systemd ์‹œ์Šคํ…œ ๋ฐ ์„œ๋น„์Šค ๊ด€๋ฆฌ์ž๋ฅผ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค. ๋” ๋งŽ์€ ์ •๋ณด: https://www.freedesktop.org/software/systemd/man/systemctl.html.

  • ์‹คํ–‰ ์ค‘์ธ ์„œ๋น„์Šค ๋ชจ๋‘ ํ‘œ์‹œ:

systemctl status

  • ์‹คํŒจํ•œ ์œ ๋‹› ๋‚˜์—ด:

systemctl --failed

  • ์„œ๋น„์Šค ์‹œ์ž‘/์ค‘์ง€/์žฌ์‹œ์ž‘/์žฌ๋กœ๋“œ/์ƒํƒœ ํ‘œ์‹œ:

systemctl {{start|stop|restart|reload|status}} {{์œ ๋‹›}}

  • ๋ถ€ํŒ… ์‹œ ์‹œ์ž‘ํ•  ์œ ๋‹› ํ™œ์„ฑํ™”/๋น„ํ™œ์„ฑํ™”:

systemctl {{enable|disable}} {{์œ ๋‹›}}

  • systemd๋ฅผ ์žฌ๋กœ๋“œํ•˜๊ณ  ์ƒˆ ์œ ๋‹› ๋˜๋Š” ๋ณ€๊ฒฝ๋œ ์œ ๋‹› ๊ฒ€์ƒ‰:

systemctl daemon-reload

  • ์œ ๋‹›์ด ํ™œ์„ฑ/ํ™œ์„ฑํ™”๋จ/์‹คํŒจํ–ˆ๋Š”์ง€ ํ™•์ธ:

systemctl {{is-active|is-enabled|is-failed}} {{์œ ๋‹›}}

  • ์‹คํ–‰ ์ค‘์ด๊ฑฐ๋‚˜ ์‹คํŒจํ•œ ์ƒํƒœ๋กœ ํ•„ํ„ฐ๋งํ•˜์—ฌ ๋ชจ๋“  ์„œ๋น„์Šค/์†Œ์ผ“/์ž๋™ ๋งˆ์šดํŠธ ์œ ๋‹› ๋‚˜์—ด:

systemctl list-units --type={{service|socket|automount}} --state={{failed|running}}

  • ์œ ๋‹› ํŒŒ์ผ์˜ ๋‚ด์šฉ ๋ฐ ์ ˆ๋Œ€ ๊ฒฝ๋กœ ํ‘œ์‹œ:

systemctl cat {{์œ ๋‹›}}