X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=74d974e6e9f67857c85d31d2e7e2301cae15e242;hb=49e5c2b26aa72a7aa117c1e04763852a4b69136b;hp=a2a1b6b5088e93dad4069a0758a1096312b0d99e;hpb=efe6e7d33a9feb0b647c77862016284457895fa6;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index a2a1b6b50..74d974e6e 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -519,6 +519,20 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} following: /bin/kill -HUP $MAINPID + + Note however that reloading a + daemon by sending a signal (as with + the example line above) is usually not + a good choice, because this is an + asynchronous operation and hence not + suitable to order reloads of multiple + services against each other. It is + strongly recommended to set + ExecReload= to a + command that not only triggers a + configuration reload of the daemon, + but also synchronously waits for it to + complete. @@ -1030,6 +1044,17 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} command. + + FailureAction= + Configure the action + to take when the service enters a failed + state. Takes the same values as + StartLimitAction= + and executes the same actions. + Defaults to . + + + Check