Je ne veux pas qu'un Bootchart soit généré à chaque démarrage. Comment désactiver le bootchart ?
Une fois désactivé, comment réactiver le bootchart ?
Je ne veux pas dire désinstaller .
Réponse acceptée :
Arrêt
cd /etc/init.d
sudo update-rc.d -f stop-bootchart remove
sudo update-rc.d -f bootchart remove
Redémarrage
cd /etc/init.d
sudo update-rc.d stop-bootchart start 99 2 3 4 5
ou :
echo manual | sudo tee -a /etc/init/bootchart.override
le rend manuel.
$ cat /etc/lsb-release
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
sudo update-rc.d -f bootchart remove
Removing any system startup links for /etc/init.d/bootchart ...