From b3e15bf9eb3806c4fc7760f901797174b3d6d9f7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Nov 2017 18:06:09 +0100 Subject: [PATCH] service: reorder sd_notify() handling a bit Let's keep handling of WATCHDOG= and WATCHDOG_USEC= together. No functional changes. --- man/sd_notify.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 3f4403c47..61427445d 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -202,6 +202,14 @@ watchdog is enabled. + + WATCHDOG_USEC=… + + Reset watchdog_usec value during runtime. + Notice that this is not available when using sd_event_set_watchdog() + or sd_watchdog_enabled(). + Example : WATCHDOG_USEC=20000000 + FDSTORE=1 @@ -247,15 +255,6 @@ restrictions, it is ignored. - - WATCHDOG_USEC=… - - Reset watchdog_usec value during runtime. - Notice that this is not available when using sd_event_set_watchdog() - or sd_watchdog_enabled(). - Example : WATCHDOG_USEC=20000000 - - It is recommended to prefix variable names that are not -- 2.30.2