mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
038193efa6
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.
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
|