diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-28 01:42:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-28 01:42:13 +0100 |
commit | fa1b91632c5220e6589007af4cd573ca909f915a (patch) | |
tree | 1fb3c2e97ef5d3072f7a7c56a2b7cd473d4d3498 /src/core/system.conf | |
parent | cea358fe1b600c40670da96e62c9187f0a7c2bed (diff) |
core: remove system start timeout logic again
The system start timeout as previously implemented would get confused by
long-running services that are included in the initial system startup
transaction for example by being cron-job-like long-running services
triggered immediately at boot. Such long-running jobs would be subject
to the default 15min timeout, esily triggering it.
Hence, remove this again. In a subsequent commit, introduce per-target
job timeouts instead, that allow us to control these timeouts more
finegrained.
Diffstat (limited to 'src/core/system.conf')
-rw-r--r-- | src/core/system.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/system.conf b/src/core/system.conf index 5a723bb20e..65a35a0689 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -23,9 +23,6 @@ #CapabilityBoundingSet= #SystemCallArchitectures= #TimerSlackNSec= -#StartTimeoutSec=15min -#StartTimeoutAction=poweroff-force -#StartTimeoutRebootArgument= #DefaultTimerAccuracySec=1min #DefaultStandardOutput=journal #DefaultStandardError=inherit |