Parando
cd /etc/init.d
sudo update-rc.d -f stop-bootchart remove
sudo update-rc.d -f bootchart remove
Reiniciando
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
torna manual.
$ 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 ...