]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update WatchdogSec section 1978/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Sat, 21 Nov 2015 04:17:47 +0000 (04:17 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sat, 21 Nov 2015 04:17:47 +0000 (04:17 +0000)
* add info about sd_event_set_watchdog
* add missing Restart values

man/systemd.service.xml

index 596bbcda36a4e3734fe47fa0dacdee3559a4b465..b998a1f81f8971cdf37309c7869498c363365309 100644 (file)
         larger than the configured time, then the service is placed in
         a failed state and it will be terminated with
         <constant>SIGABRT</constant>. By setting
-        <varname>Restart=</varname> to <option>on-failure</option> or
+        <varname>Restart=</varname> to <option>on-failure</option>,
+        <option>on-watchdog</option>, <option>on-abnormal</option> or
         <option>always</option>, the service will be automatically
         restarted. The time configured here will be passed to the
         executed service process in the
         check whether the service manager expects watchdog keep-alive
         notifications. See
         <citerefentry><refentrytitle>sd_watchdog_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-       for details.
+        for details.
+        <citerefentry><refentrytitle>sd_event_set_watchdog</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+        may be used to enable automatic watchdog notification support.
         </para></listitem>
       </varlistentry>