工具:ntsysv(图形,可以关闭开启服务)
• 安装包:ntsysv-1.3.30.2-2.el5
工具:chkconfig –list(文字,开启关闭服务)
自定义加服务:执行脚本放入:/etc/init.d/
注:数字代表启动项。
修改:chkconfig –level 3 sendmail on
删除:chkconfig –del 服务名
增加:chkconfig –add 服务名
Centos 7 以上
• 命令:systemctl enable 服务名
• 注:设置为开机自启动
原创文章,作者:sunnyman218,如若转载,请注明出处:https://blog.ytso.com/267095.html