X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-daemon.h;h=305b4d604afa85665e1423b86ccde4f3c48fa170;hb=b52d4a02cd5a141ed24d6a2e008c1ae2ae48fdf5;hp=bb7f34e32d2785b9288766fb565ec0fed3b7fd8f;hpb=51e8372fb6cca277dc7afc6e83f48a1a2b6d4dbe;p=elogind.git diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h index bb7f34e32..305b4d604 100644 --- a/src/systemd/sd-daemon.h +++ b/src/systemd/sd-daemon.h @@ -200,6 +200,11 @@ int sd_is_mq(int fd, const char *path); invocation. This variable is only supported with sd_pid_notify_with_fds(). + WATCHDOG_USEC=... + Reset watchdog_usec value during runtime. + To reset watchdog_usec value, start the service again. + Example: "WATCHDOG_USEC=20000000" + Daemons can choose to send additional variables. However, it is recommended to prefix variable names not listed above with X_.