diff options
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index fe85137ffe..4c64a0fef2 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -383,17 +383,39 @@ <varlistentry> <term><filename>nss-lookup.target</filename></term> <listitem> - <para>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 + <para>A target that should be + used as synchronization point + for all host/network name + service lookups. Note that + this is independent of + user/group name lookups for + which + <filename>nss-user-lookup.target</filename> + should be used. 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 <literal>$named</literal> facility.</para> </listitem> </varlistentry> <varlistentry> + <term><filename>nss-user-lookup.target</filename></term> + <listitem> + <para>A target that should be + used as synchronization point + for all user/group name + service lookups. Note that + this is independent of + host/network name lookups for + which + <filename>nss-lookup.target</filename> + should be used. </para> + </listitem> + </varlistentry> + <varlistentry> <term><filename>poweroff.target</filename></term> <listitem> <para>A special target unit |