X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=a1d8a523ef25f25ececb73a2334e8309b25bf37c;hb=e8ab3ccba4232825dd5a54f8516ce42df228f27f;hp=7b6f12d069bd18ca5f26d711e720c024cf7233c4;hpb=263653e10353d8ad155f1faba01981816a2bb712;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 7b6f12d06..a1d8a523e 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -459,6 +459,30 @@ 90s. + + WatchdogSec= + Configures the + watchdog timeout for a service. This + is activated when the start-up is + completed. The service must call + sd_notify3 + regularly with "WATCHDOG=1". If the + time between two such calls is larger + than the configured time then the + service is placed in a failure + state. By setting + Restart= + to or + the service + will be automatically restarted. The + time configured here will be passed to + the executed service process in the + WATCHDOG_USEC= + environment variable. Defaults to 0s, + which disables this + feature. + + Restart= Configures whether the @@ -671,11 +695,11 @@ Specifies the name of the socket units this service shall inherit the sockets from when the - service (ignoring the different suffix - of course) is started. Normally it + service is started. Normally it should not be necessary to use this setting as all sockets whose unit shares the same name as the service + (ignoring the different suffix of course) are passed to the spawned process.