diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-13 18:37:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-13 18:37:24 +0100 |
commit | 8c6422713fbda37b350bdcf5377df4a17aeb4278 (patch) | |
tree | 8265682fb8b4803fc92aede2de66cc3610e6c4ff /man | |
parent | af3fa99c237b3d72f86fdf437b584baadf5f209a (diff) | |
parent | 582f2fcbfac2c2d021470a6b8643d3735135edcd (diff) |
Merge pull request #1883 from evverx/man-systemd-service-sd-watchdog-enabled
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> |