diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-25 22:10:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-25 22:10:35 +0100 |
commit | 627506f104b8b4c974fb3a0958d8202217f599f6 (patch) | |
tree | e073e9b128ae62505d2feb5225d1de43b4ecb869 /units | |
parent | 752beb0c8560fb7e989d2f8da5e10c4692d78422 (diff) |
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/nss-lookup.target | 1 | ||||
-rw-r--r-- | units/nss-user-lookup.target | 1 | ||||
-rw-r--r-- | units/remote-fs-pre.target | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/units/nss-lookup.target b/units/nss-lookup.target index eea905a715..339b507fae 100644 --- a/units/nss-lookup.target +++ b/units/nss-lookup.target @@ -11,4 +11,3 @@ [Unit] Description=Host and Network Name Lookups Documentation=man:systemd.special(7) -After=network.target diff --git a/units/nss-user-lookup.target b/units/nss-user-lookup.target index 3e0fced101..43b722c970 100644 --- a/units/nss-user-lookup.target +++ b/units/nss-user-lookup.target @@ -11,4 +11,3 @@ [Unit] Description=User and Group Name Lookups Documentation=man:systemd.special(7) -After=network.target diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target index 2169533bd3..febdc01c7c 100644 --- a/units/remote-fs-pre.target +++ b/units/remote-fs-pre.target @@ -8,4 +8,3 @@ [Unit] Description=Remote File Systems (Pre) Documentation=man:systemd.special(7) -After=network.target nss-lookup.target |