0

I need to disable docker services when Ubuntu 18.04 starts. I tried with:

update-rc.d -f <service> remove

but this doesn't work.

CentaurusA
  • 2,672

1 Answers1

0

The command to disable services on rebooting of Ubuntu based systems

 systemctl disable servicename

for centos6: chkconfig servicename off

pomsky
  • 68,507