๐ systemd ๋?
๋ฆฌ๋ ์ค ๋ถํ ์, ๊ฐ์ฅ ์ฒ์์ผ๋ก ์คํ๋๋ ํ๋ก๊ทธ๋จ ( PID1๋ฒ )
์์คํ ์ ์ด๊ธฐํํ๊ณ , ํ๊ฒฝ์ ์ค์ ํด์ค๋ค.
systemd๋ก ํ๋ก๊ทธ๋จ ๊ด๋ฆฌ
// ์์
systemctl start ํ๋ก๊ทธ๋จ์ด๋ฆ
// ์ข
๋ฃ
systemctl stop ํ๋ก๊ทธ๋จ์ด๋ฆ
// ์ข
๋ฃ ํ ์ฌ์์
systemctl restart ํ๋ก๊ทธ๋จ์ด๋ฆ
// ์ข
๋ฃํ์ง ์๊ณ ์ค์ ๋ง ๋ก๋
systemctl reload ํ๋ก๊ทธ๋จ์ด๋ฆ
// ์คํ์ค์ธ์ง ํ์ธ
systemctl status ํ๋ก๊ทธ๋จ์ด๋ฆ
// ์์ ํ๋ก๊ทธ๋จ์ผ๋ก ์ง์ (๋ถํ
์ ์คํ)
systemctl enable ํ๋ก๊ทธ๋จ์ด๋ฆ
// ์์ ํ๋ก๊ทธ๋จ ์ญ์
systemctl disable ํ๋ก๊ทธ๋จ์ด๋ฆ
๋ฐ์ํ