From fa1b91632c5220e6589007af4cd573ca909f915a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Oct 2014 01:42:13 +0100 Subject: 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. --- src/core/system.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/system.conf') 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 -- cgit v1.2.3-54-g00ecf