Hi, I've updated the patch series. Mostly just rebased to the latest git and some documentation. I hope this makes my ideas a bit clearer.
Regards, Michael Olbrich Michael Olbrich (4): WIP: service: add watchdog timestamp WIP: service: add watchdog restart/reboot timeouts WIP: manager: add a global watchdog reboot timestamp WIP: add basic watchdog daemon Makefile.am | 21 ++++- man/systemd.service.xml | 28 ++++++ src/99-systemd.rules.in | 2 + src/dbus-manager.c | 4 + src/dbus-service.c | 8 ++ src/load-fragment-gperf.gperf.m4 | 2 + src/manager.c | 20 ++++ src/manager.h | 3 + src/sd-daemon.h | 5 + src/service.c | 49 ++++++++++ src/service.h | 6 + src/watchdogd.c | 178 ++++++++++++++++++++++++++++++++++++ units/systemd-watchdogd.service.in | 16 +++ 13 files changed, 340 insertions(+), 2 deletions(-) create mode 100644 src/watchdogd.c create mode 100644 units/systemd-watchdogd.service.in -- 1.7.7 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
