From 40f862e3aee1a7712a4867b807e6ab96173bd9cb Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 22 Aug 2013 10:09:39 +0800 Subject: 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 --- units/local-fs.target | 2 ++ 1 file changed, 2 insertions(+) (limited to 'units/local-fs.target') 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 -- cgit v1.2.1