diff options
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r-- | man/systemd-system.conf.xml | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 6105c5131c..48690024f4 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -254,7 +254,6 @@ signal.</para></listitem> </varlistentry> - <varlistentry> <term><varname>TimerSlackNSec=</varname></term> @@ -281,6 +280,32 @@ </varlistentry> <varlistentry> + <term><varname>StartTimeoutSec=</varname></term> + <term><varname>StartTimeoutAction=</varname></term> + <term><varname>StartTimeoutRebootArgument=</varname></term> + + <listitem><para>Configures an over-all + system start-up timeout and controls + what to do when the timeout is + reached. <varname>StartTimeoutSec=</varname> + specifies the timeout, and defaults to + <literal>15min</literal>. <varname>StartTimeoutAction=</varname> + configures the action to take when the + system did not finish boot-up within + the specified time. 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>reboot-force</option>. <varname>StartTimeoutRebootArgument=</varname> + configures an optional reboot string + to pass to the + <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry> + system call.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>DefaultTimerAccuracySec=</varname></term> <listitem><para>Sets the default |