Ver código fonte

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 ano atrás
pai
commit
946fb2b03b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      unix/vncserver/vncserver@.service.in

+ 1
- 1
unix/vncserver/vncserver@.service.in Ver arquivo

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

Carregando…
Cancelar
Salvar