mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
units: explicitly order systemd-user-sessions.service after nss-user-lookup.target
We should not allow logins before NIS/LDAP users are available.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user