From: Alan Jenkins Date: Sat, 9 Sep 2017 12:54:23 +0000 (+0100) Subject: man: update reference to definition of StartLimitAction (#6786) X-Git-Tag: v235~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0aabe74749918c97e9562631fcc55e41ec3a73cd;p=thirdparty%2Fsystemd.git man: update reference to definition of StartLimitAction (#6786) The values for StartLimitAction are defined in `man systemd.unit`. Don't send people to `man systemd.service` just to find they need to look back in `man systemd.unit` again :). --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d58a2f56db9..d1819aa0ed7 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -737,18 +737,9 @@ timeouts are useful to abort unit state changes, and revert them. The job timeout set with this option however is useful to abort only the job waiting for the unit state to change. - JobTimeoutAction= - optionally configures an additional - action to take when the time-out is - hit. It takes the same values as the - per-service - StartLimitAction= - setting, see - systemd.service5 - for details. Defaults to - . JobTimeoutRebootArgument= - configures an optional reboot string - to pass to the + JobTimeoutAction= optionally configures an additional action to take when the time-out + is hit. It takes the same values as StartLimitAction=. Defaults to . + JobTimeoutRebootArgument= configures an optional reboot string to pass to the reboot2 system call.