Browse Source

Don't start sessions until there are users

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.
tags/v1.12.90
Pierre Ossman 1 year ago
parent
commit
946fb2b03b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      unix/vncserver/vncserver@.service.in

+ 1
- 1
unix/vncserver/vncserver@.service.in View File

@@ -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

Loading…
Cancel
Save