systemctl - deptno/deptno.github.io GitHub Wiki

systemctl

init.d μ œμ–΄

sudo systemctl status [service-name]
sudo systemctl enable [service-name] # λΆ€νŒ…μ‹œ μ‹œμž‘
sudo systemctl disable [service-name] # λΆ€νŒ…μ‹œ μ‹œμž‘ν•˜μ§€ μ•Šλ„λ‘
sudo systemctl start [service-name]
sudo systemctl stop [service-name]
sudo systemctl restart [service-name] # stop -> start

releated