summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-06-29 16:20:33 +0200
committerTom Gundersen <teg@jklm.no>2014-06-29 16:20:33 +0200
commit1f87d09e984ce34f29a63e4d50ad6ffc3701e078 (patch)
tree8c6a60e8cfebf789aeefa865fbbdbf520e767059
parentfb6730c4989e3ad561ec67c70cbd01819824e438 (diff)
units: local-fs.target - don't pull in default dependencies
Reported by Gerardo Exequiel Pozzi: Looks like [commit a4a878d0] also changes a unrelated file (units/local-fs.target) [partially]reverting the commit 40f862e3 (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.
-rw-r--r--units/local-fs.target2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/local-fs.target b/units/local-fs.target
index 70cb13f25d..d2e5429c71 100644
--- a/units/local-fs.target
+++ b/units/local-fs.target
@@ -8,6 +8,8 @@
[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