summaryrefslogtreecommitdiff
path: root/man/sd_notify.xml
AgeCommit message (Collapse)Author
2012-02-01service: add watchdog timestampMichael 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-05headers: fix git URLs for source filesLennart Poettering
2011-12-31Merge branch 'journal'Lennart Poettering
2011-12-19sd-daemon: fix #include lines since we now ship a shared libraryLennart Poettering
2011-11-11man: fix typo in sd_notifyMichal Schmidt
Noticed by guzu.
2011-09-22man: document that sd-daemon.[ch] is now available as shared libraryLennart Poettering
2010-09-06man: Fix small typo: s/seperate/separate/Michael Biebl
2010-07-07man: 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-25man: various fixesKay Sievers
2010-06-24man: spelling fixesKay Sievers
2010-06-24man: extend manual page documentationLennart Poettering
2010-06-24man: add more man pagesLennart Poettering
2010-06-23man: document sd-daemon.[ch]Lennart Poettering