[systemd-devel] [PATCH 07/10] units: order remote-fs.target after local-fs.target

Jon Severinsson jon at severinsson.net
Wed Jul 16 03:09:53 PDT 2014


From: Michael Biebl <biebl at debian.org>

This change was part of the old debianisation branch created by Tollef
and reflects the fact that on Debian the $remote_fs system facility
depends on $local_fs.
---
 units/remote-fs.target | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/units/remote-fs.target b/units/remote-fs.target
index 43ffa5c..655621f 100644
--- a/units/remote-fs.target
+++ b/units/remote-fs.target
@@ -8,7 +8,7 @@
 [Unit]
 Description=Remote File Systems
 Documentation=man:systemd.special(7)
-After=remote-fs-pre.target
+After=remote-fs-pre.target local-fs.target
 DefaultDependencies=no
 Conflicts=shutdown.target
 
-- 
2.0.1



More information about the systemd-devel mailing list