mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
1f87d09e98
Reported by Gerardo Exequiel Pozzi: Looks like [commita4a878d0
] also changes a unrelated file (units/local-fs.target) [partially]reverting the commit40f862e3
(filesystem targets: disable default dependencies) The side effect, at least in my case is that the "nofail" option in both "crypttab" and "fstab" has partial effect does the default timeout instead of continue normal boot without timeout.
16 lines
507 B
SYSTEMD
16 lines
507 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=Local File Systems
|
|
Documentation=man:systemd.special(7)
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=local-fs-pre.target
|
|
OnFailure=emergency.target
|
|
OnFailureJobMode=replace-irreversibly
|