사용자 도구

사이트 도구


linux:systemd

문서의 이전 판입니다!


systemd

사용법

# 지금 시작
systemctl start unit
 
# 종료
systemctl stop unit
 
# 재시작
systemctl restart unit
 
# booting 시 시작하게 설정
systemctl enable unit
 
# booting 시 시작하게 하면서, 지금 당장도 실행하게
systemctl enable --now unit

user 시작 프로그램

linux/systemd.1597052757.txt.gz · 마지막으로 수정됨: 2020/08/10 18:45 저자 kwon37xi