Wednesday, June 27, 2012

Disable upstart/non-upstart services on startup

To disable non-upstart services:
$ sudo update-rc.d apache2 disable

To disable upstart services, create file named <service>.override in /etc/init/ folder that contains the word "manual"


$ sudo sh -c 'echo manual >> /etc/init/mysql.override'

No comments:

Post a Comment