Skip to content

Commit

Permalink
Don't start sessions until there are users
Browse files Browse the repository at this point in the history
Delay startup of VNC sessions until user databases are up and running.
This is the same ordering that GDM imposes to make sure users can
actually log in.
  • Loading branch information
CendioOssman committed Dec 12, 2022
1 parent 2f4b4dc commit 946fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/vncserver/vncserver@.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target
After=syslog.target network.target systemd-user-sessions.service

[Service]
Type=forking
Expand Down

0 comments on commit 946fb2b

Please sign in to comment.