添加一个服务
sudo update-rc.d 服务名 defaults
删除一个服务
sudo update-rc.d -f 服务名 remove
服务启动和停止
/etc/init.d/服务名 start|restart|stop