添加服务

sudo chkconfig --add abc

设置开机自启动

sudo chkconfig --level 345 abc on

删除服务

chkconfig --del abc

–list 列出全部服务。 整理自:https://www.cn[……]

阅读全文