]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update reference to definition of StartLimitAction (#6786)
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sat, 9 Sep 2017 12:54:23 +0000 (13:54 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 9 Sep 2017 12:54:23 +0000 (14:54 +0200)
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

index d58a2f56db95a7593fcd62a9c99cd569a6bb41d2..d1819aa0ed79410a5817ecf29641f68ed753e959 100644 (file)
         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.</para>
 
-        <para><varname>JobTimeoutAction=</varname>
-        optionally configures an additional
-        action to take when the time-out is
-        hit. It takes the same values as the
-        per-service
-        <varname>StartLimitAction=</varname>
-        setting, see
-        <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry>
-        for details. Defaults to
-        <option>none</option>. <varname>JobTimeoutRebootArgument=</varname>
-        configures an optional reboot string
-        to pass to the
+        <para><varname>JobTimeoutAction=</varname> optionally configures an additional action to take when the time-out
+        is hit. It takes the same values as <varname>StartLimitAction=</varname>. Defaults to <option>none</option>.
+        <varname>JobTimeoutRebootArgument=</varname> configures an optional reboot string to pass to the
         <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry>
         system call.</para></listitem>
       </varlistentry>