summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-18 05:13:06 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-18 05:13:06 +0100
commitd94ac66d3232054f1249821e74badeb4c99ae60e (patch)
treef7eba5b5701a0b59426b3210d40c71024c6efdf0 /units
parent1c7c17ea61727eb6af8159bb519beeced1c25eb4 (diff)
downloadsystemd-d94ac66d3232054f1249821e74badeb4c99ae60e.tar.gz
units: don't ever pull in SysV targets from other SysV targets
Diffstat (limited to 'units')
-rw-r--r--units/nss-lookup.target1
-rw-r--r--units/remote-fs.target.m41
2 files changed, 0 insertions, 2 deletions
diff --git a/units/nss-lookup.target b/units/nss-lookup.target
index dc3a06334b..bdca03cd88 100644
--- a/units/nss-lookup.target
+++ b/units/nss-lookup.target
@@ -12,5 +12,4 @@
[Unit]
Description=Name Lookups
-Wants=network.target
After=network.target
diff --git a/units/remote-fs.target.m4 b/units/remote-fs.target.m4
index f70fda464c..53054b6ec4 100644
--- a/units/remote-fs.target.m4
+++ b/units/remote-fs.target.m4
@@ -12,7 +12,6 @@ Description=Remote File Systems
m4_dnl
m4_ifdef(`FOR_SYSTEM',
m4_dnl When running in system mode we need the network up
-Requires=network.target
After=network.target
)m4_dnl