Linux 添加service
时间:2010-12-25 来源:neobilly
1,复制服务的start|stop|restart脚本sh到/etc/rc.d
2.chkconfig --add xxx
这时候,可以使用
service xxx start | stop | restart
删除服务
chkconfig --del xxx
2.chkconfig --add xxx
这时候,可以使用
service xxx start | stop | restart
删除服务
chkconfig --del xxx
相关阅读 更多 +