Parcourir la 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 il y a 1 an
Parent
révision
946fb2b03b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      unix/vncserver/vncserver@.service.in

+ 1
- 1
unix/vncserver/vncserver@.service.in Voir le fichier

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

Chargement…
Annuler
Enregistrer