On 9/9/13 1:39 PM, lina wrote: >> >> update-rc.d -f apache2 remove >> >> That should get it from all the rc?.d directories. > > Gorgeous, thanks both of you. An after thought: If you want it to stick permanently even after upgrades you will also have to re-populate the directories with stop scripts: update-rc.d apache2 stop 17 0 1 2 3 4 5 6 . Regards, /Lars