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 /units/remote-fs-pre.target | |
parent | d50f0b1c9fa521e8595f8d5120fd7ba700a76773 (diff) | |
download | systemd-082694b75f0217f1c5b8b89590e5018f6d8b0949.tar.gz |
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 'units/remote-fs-pre.target')
-rw-r--r-- | units/remote-fs-pre.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/remote-fs-pre.target b/units/remote-fs-pre.target index 8aceb08b9d..eca271b3be 100644 --- a/units/remote-fs-pre.target +++ b/units/remote-fs-pre.target @@ -9,4 +9,4 @@ [Unit] Description=Remote File Systems (Pre) -After=network.target +After=network.target nss-lookup.target |