chkconfig --list chkconfig --list <service-name>
chkconfig --add <service-name>
chkconfig <service-name> on
service サービス名 start
service サービス名 stop
service サービス名 restart