xrmx / bootchart

merge of bootchart-collector and pybootchartgui
GNU General Public License v2.0
233 stars 87 forks source link

Fix bootchart2 never stopping on non-GUI operating systems with systemd. #55

Closed Max-E closed 9 years ago

Max-E commented 9 years ago

This patch series fixes a regression introduced in 56a638a, where the systemd files were renamed to use the bootchart2 name, but their dependencies on each other were not updated (so bootchart2.service still referred to the now nonexistant bootchart-done.timer instead of bootchart2-done.timer.)

It also renames the .in files for the systemd service files to make the situation less confusing.

xrmx commented 9 years ago

Patch looks nice, applied. While we are at it any chance you can give a try to the coverity branch before i merge it?