Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-01 | service: add watchdog timestamp | Michael Olbrich | |
This patch adds WatchdogTimestamp[Monotonic] to the systemd service D-Bus API. The timestamp is updated to the current time when the service calls 'sd_nofity("WATCHDOG=1\n")'. Using a timestamp instead of an 'alive' flag has two advantages: 1. No timeout is needed to define when a service is no longer alive. This simplifies both configuration (no timeout value) and implementation (no timeout event). 2. It is more robust. A 'dead' service might not be detected should systemd 'forget' to reset an 'alive' flag. It is much less likely to get a valid new timestamp if a service died. | |||
2012-01-05 | headers: fix git URLs for source files | Lennart Poettering | |
2011-12-31 | Merge branch 'journal' | Lennart Poettering | |
2011-12-19 | sd-daemon: fix #include lines since we now ship a shared library | Lennart Poettering | |
2011-11-11 | man: fix typo in sd_notify | Michal Schmidt | |
Noticed by guzu. | |||
2011-09-22 | man: document that sd-daemon.[ch] is now available as shared library | Lennart Poettering | |
2010-09-06 | man: Fix small typo: s/seperate/separate/ | Michael Biebl | |
2010-07-07 | man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, ↵ | Conrad Meyer | |
systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes. | |||
2010-06-25 | man: various fixes | Kay Sievers | |
2010-06-24 | man: spelling fixes | Kay Sievers | |
2010-06-24 | man: extend manual page documentation | Lennart Poettering | |
2010-06-24 | man: add more man pages | Lennart Poettering | |
2010-06-23 | man: document sd-daemon.[ch] | Lennart Poettering | |