chiark / gitweb /
units: there is no point in pulling in ordering 'provides'-style targets
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Mar 2013 21:10:32 +0000 (22:10 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Mar 2013 21:10:35 +0000 (22:10 +0100)
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
units/nss-user-lookup.target
units/remote-fs-pre.target

index eea905a715b48ded772ff70b3e2191b83894c1c3..339b507faed14517beab5097016b780659272c6f 100644 (file)
@@ -11,4 +11,3 @@
 [Unit]
 Description=Host and Network Name Lookups
 Documentation=man:systemd.special(7)
 [Unit]
 Description=Host and Network Name Lookups
 Documentation=man:systemd.special(7)
-After=network.target
index 3e0fced10162503702388cdb4644602f86bcb9df..43b722c9703e6ebae5fe676b08a8a672c0722d6c 100644 (file)
@@ -11,4 +11,3 @@
 [Unit]
 Description=User and Group Name Lookups
 Documentation=man:systemd.special(7)
 [Unit]
 Description=User and Group Name Lookups
 Documentation=man:systemd.special(7)
-After=network.target
index 2169533bd312bdbefd471f85a8e56e31d28de0a3..febdc01c7cbe7e50a57c052b1bf0bd9e68f4791a 100644 (file)
@@ -8,4 +8,3 @@
 [Unit]
 Description=Remote File Systems (Pre)
 Documentation=man:systemd.special(7)
 [Unit]
 Description=Remote File Systems (Pre)
 Documentation=man:systemd.special(7)
-After=network.target nss-lookup.target