diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-13 16:48:34 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-11-13 16:48:34 +0000 |
commit | 582f2fcbfac2c2d021470a6b8643d3735135edcd (patch) | |
tree | 33eb718160f6987288e4b71f12b627892b76d64f /man | |
parent | df5d01df7bc93f73dc0a3efcf91f62f05f612f8b (diff) |
man: add note about sd_watchdog_enabled
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index c6ed75d158..20a71afe59 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -517,7 +517,12 @@ should be set to open access to the notification socket provided by systemd. If <varname>NotifyAccess=</varname> is not set, it will be implicitly set to <option>main</option>. - Defaults to 0, which disables this feature.</para></listitem> + Defaults to 0, which disables this feature. The service can + check whether the service manager expects watchdog keep-alive + notifications. See + <citerefentry><refentrytitle>sd_watchdog_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry> + for details. + </para></listitem> </varlistentry> <varlistentry> |