From 0aabe74749918c97e9562631fcc55e41ec3a73cd Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Sat, 9 Sep 2017 13:54:23 +0100 Subject: [PATCH] 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 :). --- man/systemd.unit.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d58a2f5..d1819aa 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. -- 2.7.4