增加开机服务 使用以下命令,当然你需要有 sudo 权限。xxx 就是需要增加的服务名称。 sudo update-rc.d xxx defaults 删除开机服务 sudo update-rc.d -f xxx remove