X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=20d2a0d7551224e75329eef95780eaa824329d4a;hb=2928b0a863091f8f291fddb168988711afd389ef;hp=e584a1f006f54c5062cc31f65e3e2a2a5aab9146;hpb=2de1851fe3611c59abf77127c6b5bc1b91eb7cba;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e584a1f00..20d2a0d75 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -1154,6 +1154,17 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} . + + 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 . + + + RebootArgument= Configure the optional @@ -1161,23 +1172,13 @@ ExecStart=/bin/echo $ONE $TWO ${TWO} reboot2 system call if StartLimitAction= + or FailureAction= 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