core: remove system start timeout logic again
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Oct 2014 00:42:13 +0000 (01:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Oct 2014 00:42:13 +0000 (01:42 +0100)
commitfa1b91632c5220e6589007af4cd573ca909f915a
tree1fb3c2e97ef5d3072f7a7c56a2b7cd473d4d3498
parentcea358fe1b600c40670da96e62c9187f0a7c2bed
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.
NEWS
man/systemd-system.conf.xml
src/core/main.c
src/core/manager.c
src/core/manager.h
src/core/system.conf