<div dir="ltr">locate the scripts in /etc/init.d and then do a chmod -x<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 9 March 2014 08:40, Karl Auer <span dir="ltr"><<a href="mailto:kauer@biplane.com.au" target="_blank">kauer@biplane.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Sun, 2014-03-09 at 12:49 +0530, Navdeep Singh Sidhu wrote:<br>
> But how to disable them from starting on startup, bcz these tools made my<br>
> computer bootup very slow. Using ubuntu 12.04.<br>
<br>
</div>Locate the upstart configuration files for the programs; they should be<br>
in /etc/init<br>
<br>
Using your favourite text editor, add the single word "manual" after<br>
anything else in the "start on" section for the programs' config files.<br>
<br>
After you save your changes, you will find that the programs will only<br>
start when you ask them to - not on startup. However, they will still<br>
STOP under the same conditions as before. If you want to prevent that<br>
too, change the "stop on" stanza as well. Not recommended for MySQL,<br>
which definitely should be shut down in an orderly fashion.<br>
<br>
For full details on these config files, see "man 5 init". From that man<br>
page:<br>
<br>
   manual This stanza will disregard any previously seen start on<br>
          definition.  By adding this stanza on any line below the<br>
          start on definition,  it provides the ability to stop a<br>
          job from being automatically started. When specified,<br>
          the only way to start such a job is via start (8).<br>
<br>
Regards, K.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
Karl Auer (<a href="mailto:kauer@biplane.com.au">kauer@biplane.com.au</a>)<br>
<a href="http://www.biplane.com.au/kauer" target="_blank">http://www.biplane.com.au/kauer</a><br>
<a href="http://twitter.com/kauer389" target="_blank">http://twitter.com/kauer389</a><br>
<br>
GPG fingerprint: EC67 61E2 C2F6 EB55 884B E129 072B 0AF0 72AA 9882<br>
Old fingerprint: B862 FB15 FE96 4961 BC62 1A40 6239 1208 9865 5F9A<br>
<br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>