[systemd-devel] [PATCH 1/3] Revert "remote-fs.target: want remote-fs-pre.target"
Michal Schmidt
mschmidt at redhat.com
Tue Mar 12 17:44:12 PDT 2013
This reverts commit 6bde0b3220e95a08cefb70846f73b2cf24b7734a.
remote-fs.target is usually enabled whether there are any remote
mounts in fstab or not.
remote-fs-pre.target pulls in NetworkManager-wait-online.service.
=> The commit caused NM-w-o to be pulled into boot.
Let's fix the problem of the missing remote-fs-pre.target differently in
the next patch.
---
units/remote-fs.target | 2 --
1 file changed, 2 deletions(-)
diff --git a/units/remote-fs.target b/units/remote-fs.target
index b11074f..9e68878 100644
--- a/units/remote-fs.target
+++ b/units/remote-fs.target
@@ -8,8 +8,6 @@
[Unit]
Description=Remote File Systems
Documentation=man:systemd.special(7)
-Wants=remote-fs-pre.target
-After=remote-fs-pre.target
[Install]
WantedBy=multi-user.target
--
1.8.1.4
More information about the systemd-devel
mailing list