1

Bootchart set up png file every time machine starting. How to make bootchart nor working without remove it ?

Thanks

waterloo2005
  • 2,037

1 Answers1

3

The bootchart service is started using Upstart init scripts, so you can disable it in the usually manner...

echo manual | sudo tee -a /etc/init/bootchart.override

Remove the file if you want to restart it.

Rinzwind
  • 299,756