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/nss-user-lookup.target | |
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/nss-user-lookup.target')
-rw-r--r-- | units/nss-user-lookup.target | 1 |
1 files changed, 0 insertions, 1 deletions
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 |