From 627506f104b8b4c974fb3a0958d8202217f599f6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Mar 2013 22:10:32 +0100 Subject: [PATCH] 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. --- units/nss-lookup.target | 1 - units/nss-user-lookup.target | 1 - units/remote-fs-pre.target | 1 - 3 files changed, 3 deletions(-) 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 -- 2.30.2