summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-03 14:31:35 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-03 14:31:35 +0200
commitefb3e19be9c568974b221990b9e84fb5304c5537 (patch)
tree130b3872dc66e31bacdcd5cd8077ac0c84d09485 /units
parentd8f0930eec248c2f54c85aa5029e1b3775c8dc75 (diff)
units: explicitly order systemd-user-sessions.service after nss-user-lookup.target
We should not allow logins before NIS/LDAP users are available.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-user-sessions.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-user-sessions.service.in b/units/systemd-user-sessions.service.in
index 0869e7399..c09c05d4d 100644
--- a/units/systemd-user-sessions.service.in
+++ b/units/systemd-user-sessions.service.in
@@ -8,7 +8,7 @@
[Unit]
Description=Permit User Sessions
Documentation=man:systemd-user-sessions.service(8)
-After=remote-fs.target
+After=remote-fs.target nss-user-lookup.target
[Service]
Type=oneshot