units: there is no point in pulling in ordering 'provides'-style targets

Units such as nss-lookup.target, nss-user-lookup.target,
remote-fs-pre.target, local-fs-pre.target, time-sync.target,
rpcbind.target are to be pulled in by the implementing services, and
that's there only purpose. They should not have any 'active component'
otherwise, so let's drop all further deps from these units.
This commit is contained in:
Lennart Poettering 2013-03-25 22:10:32 +01:00
parent 752beb0c85
commit 627506f104
3 changed files with 0 additions and 3 deletions

View file

@ -11,4 +11,3 @@
[Unit]
Description=Host and Network Name Lookups
Documentation=man:systemd.special(7)
After=network.target

View file

@ -11,4 +11,3 @@
[Unit]
Description=User and Group Name Lookups
Documentation=man:systemd.special(7)
After=network.target

View file

@ -8,4 +8,3 @@
[Unit]
Description=Remote File Systems (Pre)
Documentation=man:systemd.special(7)
After=network.target nss-lookup.target