service -> systemctl
서비스 상태 : systemctl status [서비스]
서비스 실행 : systemctl [start | stop | restart] [서비스]
자동실행 : systemctl [enable | disable] [서비스]
자동실행 여부 : systemctl is-enabled [서비스]
자동실행 리스트 : systemctl list-unit-files –type=service
설정파일 다시 읽기 : systemctl reload