units: don't ever pull in SysV targets from other SysV targets

This commit is contained in:
Lennart Poettering 2011-03-18 05:13:06 +01:00
parent 1c7c17ea61
commit d94ac66d32
2 changed files with 0 additions and 2 deletions

View file

@ -12,5 +12,4 @@
[Unit]
Description=Name Lookups
Wants=network.target
After=network.target

View file

@ -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