mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
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.
This commit is contained in:
parent
752beb0c85
commit
627506f104
@ -11,4 +11,3 @@
|
||||
[Unit]
|
||||
Description=Host and Network Name Lookups
|
||||
Documentation=man:systemd.special(7)
|
||||
After=network.target
|
||||
|
@ -11,4 +11,3 @@
|
||||
[Unit]
|
||||
Description=User and Group Name Lookups
|
||||
Documentation=man:systemd.special(7)
|
||||
After=network.target
|
||||
|
@ -8,4 +8,3 @@
|
||||
[Unit]
|
||||
Description=Remote File Systems (Pre)
|
||||
Documentation=man:systemd.special(7)
|
||||
After=network.target nss-lookup.target
|
||||
|
Loading…
Reference in New Issue
Block a user