mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-03 20:21:33 +00:00
For boot, we might kill fsck in the middle, with likely catastrophic
consequences.
On shutdown there might be other jobs, like downloading of updates for
installation, and other custom jobs. It seems better to schedule an
individual timeout on each one separately, when it is known what
timeout is useful.
Disable the timeouts for now, until we have a clearer picture of how
we can deal with long-running jobs.
(cherry picked from commit 038193efa6)
https://bugzilla.redhat.com/show_bug.cgi?id=1152220
16 lines
517 B
SYSTEMD
16 lines
517 B
SYSTEMD
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Basic System
|
|
Documentation=man:systemd.special(7)
|
|
|
|
Requires=sysinit.target
|
|
After=sysinit.target
|
|
Wants=sockets.target timers.target paths.target slices.target
|
|
After=sockets.target paths.target slices.target
|