[systemd-commits] man/systemd.special.xml units/remote-fs.target
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Apr 9 10:05:56 PDT 2013
man/systemd.special.xml | 2 +-
units/remote-fs.target | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8df31a9c980009d8a4e0ca51cc31174efb7e25c9
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Apr 9 19:05:49 2013 +0200
units: fix some left-over mentions of remote-fs-setup.target
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index cd0f5aa..61d45ff 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -937,7 +937,7 @@
to be pulled in by the first
remote mount showing up it
should use
- <filename>remote-fs-setup.target</filename>
+ <filename>network-online.target</filename>
(see above).</para>
<para>Again, this target unit
diff --git a/units/remote-fs.target b/units/remote-fs.target
index e867b8d..09213e8 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 remote-fs-setup.target
+After=remote-fs-pre.target
[Install]
WantedBy=multi-user.target
More information about the systemd-commits
mailing list