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/remote-fs-pre.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/remote-fs-pre.target')
-rw-r--r-- | units/remote-fs-pre.target | 1 |
1 files changed, 0 insertions, 1 deletions
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 |