CentsOS 7 / RHEL 7 서비스 자동실행 등록 systemctl

centos 7 에서 chkconfig 로 서비스 등록이 안되네요.

 

systemctl start 서비스명

systemctl restart 서비스명

systemctl stop 서비스명

systemctl enable 서비스명 (자동실행으로 enable)

systemctl disable 서비스명 (자동실행중지 disable)

systemctl is-enabled 서비스명 (enable 상태인지 확인)

systemctl list-unit-files –type service (자동실행에 등록된 서비스 목록 확인)

 

서비스 실행은 “service 서비스명 start”로 되긴 하지만 systemctl 명령어를 쓰는게 좋을듯.

답글 남기기