Implement TargetStartupMonitor class
authorJonathan Maw <jonathan.maw@codethink.co.uk>
Mon, 25 Jun 2012 11:54:34 +0000 (12:54 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Mon, 25 Jun 2012 15:02:54 +0000 (16:02 +0100)
commit43ac4b702c4f9e4ba8839adb9d949ebd21517b2e
tree03739b36467b20e32bdd0c8fbb9f8db88d3efff6
parent18918738ec5f1b27f65a54253b1e2b005ad2c6d2
Implement TargetStartupMonitor class

This class listens to systemd's JobRemoved signal, and should respond if
it recognises one of the following units finishing:
- focussed.target
- unfocussed.target
- lazy.target

With the currently-used version of systemd, the unit name is not given.
At the current state of the project, the Node State Manager is not
available to communicate with.
boot-manager/Makefile.am
boot-manager/main.c
boot-manager/target-startup-monitor.c [new file with mode: 0644]
boot-manager/target-startup-monitor.h [new file with mode: 0644]