From 51cb9d734a182c4892a6b31f58d75489a2ca432b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2014 18:52:28 +0200 Subject: [PATCH] man: updates to the passive target section --- man/systemd.special.xml | 58 ++++++++++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 8ccccc279..38b94a765 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -866,7 +866,13 @@ will be stopped before the network -- to whatever level it might be set up then -- is - shut down. Also see Running Services After the Network is up for more @@ -882,7 +888,6 @@ an LSB header referring to the $network facility. - @@ -896,7 +901,12 @@ user/group name lookups for which nss-user-lookup.target - should be used. systemd + should be used. All services + for which the availability of + full host/network name + resolution is essential should + be ordered after this target, + but not pull it in. systemd automatically adds dependencies of type After= for @@ -918,7 +928,16 @@ host/network name lookups for which nss-lookup.target - should be used. + should be used. All services + for which the availability of + the full user/group database is + essential should be ordered + after this target, but not + pull it in. Note that system + users are always resolvable, + and hence do not require any + special ordering against this + target. @@ -943,19 +962,18 @@ should use network-online.target (see above). - - Again, this target unit - is not - suitable for pulling in other - units, it is only useful for - ordering. rpcbind.target - systemd automatically - adds dependencies of type + The portmapper/rpcbind + pulls in this target and + orders itself before it, to + indicate its + availability. systemd + automatically adds + dependencies of type After= for this target unit to all SysV init script service units with @@ -967,14 +985,24 @@ time-sync.target - systemd automatically - adds dependencies of type + Services responsible for + synchronizing the system clock + from a remote source (such as + NTP client implementations) + should pull in this target and + order themselves before + it. All services where correct + time is essential should be + ordered after this unit, but + not pull it in. systemd + automatically adds + dependencies of type After= for this target unit to all SysV init script service units with an LSB header referring to the $time - facility. + facility. -- 2.30.2