I know this isn't strictly dev related, but I'm attempting to find out how to disable a service.<div><br></div><div>I read some stuff here:</div><div><a href="http://upstart.ubuntu.com/cookbook/#job-with-stop-on-but-no-start-on">http://upstart.ubuntu.com/cookbook/#job-with-stop-on-but-no-start-on</a></div>
<div><br></div><div>That seems to suggest that by omitting the 'start on' directive you end up with a service that can only be started manually. </div><div><br></div><div>That works.</div><div><br></div><div>As does removing the conf file from /etc/init/</div>
<div><br></div><div>However, I don't want to permanently mangle the init scripts on my system; I just want the ability to selectively turn them on or off.</div><div><br></div><div>What is the suggested way of achieving this?</div>
<div><br></div><div>cheers,</div><div>Doug.</div>