Sfoglia il codice sorgente

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 anno fa
parent
commit
946fb2b03b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      unix/vncserver/vncserver@.service.in

+ 1
- 1
unix/vncserver/vncserver@.service.in Vedi 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…
Annulla
Salva