1

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

Thanks

waterloo2005
  • 2,007
  • 8
  • 31
  • 41

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
  • 293,910
  • 41
  • 570
  • 710