개발

리눅스 systemctl 사용 명령어

snow-line 2021. 11. 5. 07:43
반응형

시작하기

systemctl start 서비스명

 

종료 하기

systemctl stop 서비스명

 

상태 확인

systemctl -l status 서비스명

 

변경 후 반영

systemctl daemon-reload

 

서비스 활성 여부 확인

systemctl is-enabled 서비스명

 

서비스 현재 동작 여부

systemctl is-active 서비스명

 

부팅시 자동 시작

systemctl enable 서비스명

 

부팅시 자동 시작 해제

systemctl disable 서비스명

반응형