Hi, This is mostly the same as the last series, but rebased to the current master. There is a bugfix in 2/4 and there is a new patch introducing a small watchdog daemon that handles /dev/watchdog.
Regards, Michael Michael Olbrich (4): service: add watchdog timestamp service: add watchdog restart/reboot timeouts manager: add a global watchdog reboot timestamp add basic watchdog daemon .gitignore | 1 + Makefile.am | 39 ++++++- configure.ac | 7 + man/sd_notify.xml | 12 ++ man/systemd.service.xml | 32 +++++ src/99-systemd.rules.in | 2 + src/dbus-manager.c | 39 ++++++ src/dbus-service.c | 9 ++ src/load-fragment-gperf.gperf.m4 | 2 + src/service.c | 67 +++++++++++ src/service.h | 6 + src/systemd/sd-daemon.h | 5 + src/watchdog.c | 76 ++++++++++++ src/watchdog.h | 32 +++++ src/watchdogd.c | 227 ++++++++++++++++++++++++++++++++++++ units/.gitignore | 1 + units/systemd-watchdogd.service.in | 18 +++ 17 files changed, 574 insertions(+), 1 deletions(-) create mode 100644 src/watchdog.c create mode 100644 src/watchdog.h create mode 100644 src/watchdogd.c create mode 100644 units/systemd-watchdogd.service.in -- 1.7.7.3 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
