瀏覽代碼

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 年之前
父節點
當前提交
946fb2b03b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      unix/vncserver/vncserver@.service.in

+ 1
- 1
unix/vncserver/vncserver@.service.in 查看文件

@@ -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…
取消
儲存