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 /src/core/system.conf | |
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 'src/core/system.conf')
-rw-r--r-- | src/core/system.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/system.conf b/src/core/system.conf index 45448de328..5a723bb20e 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -24,7 +24,7 @@ #SystemCallArchitectures= #TimerSlackNSec= #StartTimeoutSec=15min -#StartTimeoutAction=reboot-force +#StartTimeoutAction=poweroff-force #StartTimeoutRebootArgument= #DefaultTimerAccuracySec=1min #DefaultStandardOutput=journal |