From: Lennart Poettering Date: Mon, 25 Mar 2013 21:10:32 +0000 (+0100) Subject: units: there is no point in pulling in ordering 'provides'-style targets X-Git-Tag: v199~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=627506f104b8b4c974fb3a0958d8202217f599f6;ds=sidebyside 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. --- diff --git a/units/nss-lookup.target b/units/nss-lookup.target index eea905a71..339b507fa 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 3e0fced10..43b722c97 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 2169533bd..febdc01c7 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