我需要在 Ubuntu 18.04 启动时禁用 docker 服务。我尝试过:
update-rc.d -f <service> remove
但这不起作用。
答案1
在 Ubuntu 系统重启时禁用服务的命令
systemctl disable servicename
对于centos6:chkconfig servicename off
我需要在 Ubuntu 18.04 启动时禁用 docker 服务。我尝试过:
update-rc.d -f <service> remove
但这不起作用。
在 Ubuntu 系统重启时禁用服务的命令
systemctl disable servicename
对于centos6:chkconfig servicename off