sudo update–rc.d –f apache2 remove
Per MySQL e' un po' piu' brigoso, bisogna editare il file
/etc/init/mysql.conf
Cercare il blocco di codice:
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on runlevel [016]
e spostare il '2' dalla fase di start a quella di stop (come nell'esempio seguente):
start on (net-device-up
and local-filesystems
and runlevel [345])
stop on runlevel [0126]