X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=af32ccb87816b73810b1ce3c23aef32ecd53d76d;hb=ead349509e325aad720bb0349521a9e56e2ac7c0;hp=3b2a7cfece48122cec689413459bb21e0af00fc3;hpb=73e231abde39f22097df50542c745e01de879836;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 3b2a7cfec..af32ccb87 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -674,7 +674,7 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} processes specified with ExecStartPre=, ExecStartPost=, - ExecStopPre=, + ExecStop=, ExecStopPost=, or ExecReload=. When the death of the process is a @@ -1017,6 +1017,30 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} . + + RebootArgument= + Configure the optional + argument for the + reboot2 + system call if + StartLimitAction= + is a reboot action. This works just + like the optional argument to + systemctl reboot + 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