diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-11 00:11:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-11 00:11:18 +0200 |
commit | 082694b75f0217f1c5b8b89590e5018f6d8b0949 (patch) | |
tree | bdd65cacc0c0eb58c308adacc5255fff7f6b8492 /man | |
parent | d50f0b1c9fa521e8595f8d5120fd7ba700a76773 (diff) |
units: introduce nss-user-lookup.target
This separates user/group NSS lookups from host/network NSS lookups.
By default order all network mounts after host/network NSS lookups now,
and logind execution after user/group NSS lookups.
Diffstat (limited to 'man')
-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 |