diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-22 16:59:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-22 18:10:31 +0200 |
commit | f07756bfe25c64119704c93a634162d6c88b5c89 (patch) | |
tree | 56478a2737270497ecb199d63804823967ac5a97 /man/systemd-system.conf.xml | |
parent | c4147df156835513c43260a14fc9f7af177f737f (diff) |
core: introduce "poweroff" as new failure action types
Also, change the default action on a system start-up timeout to powering off.
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r-- | man/systemd-system.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 48690024f4..1fad1dba80 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -298,7 +298,7 @@ setting, see <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. Defaults to - <option>reboot-force</option>. <varname>StartTimeoutRebootArgument=</varname> + <option>poweroff-force</option>. <varname>StartTimeoutRebootArgument=</varname> configures an optional reboot string to pass to the <citerefentry><refentrytitle>reboot</refentrytitle><manvolnum>2</manvolnum></citerefentry> |