summaryrefslogtreecommitdiff
path: root/units/local-fs.target
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2013-08-22 10:09:39 +0800
committerTom Gundersen <teg@jklm.no>2013-09-11 14:40:58 +0200
commit40f862e3aee1a7712a4867b807e6ab96173bd9cb (patch)
treed2cf81fb55d8328e1e301bddf189dd1193328b1c /units/local-fs.target
parent1361a3e33a1a43a3ea0563df6e4fbb26fe4bb1ab (diff)
downloadsystemd-40f862e3aee1a7712a4867b807e6ab96173bd9cb.tar.gz
filesystem targets: disable default dependencies
This means we can use default dependencies on mount units without having to get them automatically ordered before the filesystem targets. Reported-by: Thomas Baechler <thomas@archlinux.org>
Diffstat (limited to 'units/local-fs.target')
-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 18c3d74f18..8f06ed6cab 100644
--- a/units/local-fs.target
+++ b/units/local-fs.target
@@ -9,5 +9,7 @@
Description=Local File Systems
Documentation=man:systemd.special(7)
After=local-fs-pre.target
+DefaultDependencies=no
+Conflicts=shutdown.target
OnFailure=emergency.target
OnFailureIsolate=no