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=5b3afb86d2c64d65830bc75c61c6e68fca25ad89;hpb=c32acc96ef74d13d0059a680cdede5f05db1981a;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 5b3afb86d..af32ccb87 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -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