summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/x11vnc.override.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-11-09 17:59:43 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-11-09 17:59:43 (GMT)
commitfad0b9720f0f94e452feeb947c422b021bc5f5fe (patch)
treec6a604d94a387d5b481fba2a66499e31faf70cdd /linhes/linhes-system/x11vnc.override.conf
parentf0da8a2609fe4fbc1b3bad6ae71052944663b296 (diff)
downloadlinhes_pkgbuild-fad0b9720f0f94e452feeb947c422b021bc5f5fe.zip
linhes_pkgbuild-fad0b9720f0f94e452feeb947c422b021bc5f5fe.tar.gz
linhes_pkgbuild-fad0b9720f0f94e452feeb947c422b021bc5f5fe.tar.bz2
linhes-system: x11vnc.override.conf: fix starting error
Diffstat (limited to 'linhes/linhes-system/x11vnc.override.conf')
-rw-r--r--linhes/linhes-system/x11vnc.override.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/linhes/linhes-system/x11vnc.override.conf b/linhes/linhes-system/x11vnc.override.conf
index a1d5b39..b1d657d 100644
--- a/linhes/linhes-system/x11vnc.override.conf
+++ b/linhes/linhes-system/x11vnc.override.conf
@@ -1,10 +1,8 @@
[Service]
ExecStart=
-Type=forking
-ExecStart=/usr/bin/x11vnc -nap -wait 50 -noxdamage -rfbauth /home/mythtv/.vnc/passwd -display :0 -forever -o /home/mythtv/.vnc/x11vnc.log -bg
+ExecStart=/bin/bash -c "/usr/bin/x11vnc -auth /var/run/sddm/* -display :0 -forever -loop -noxdamage -repeat -rfbauth /home/mythtv/.vnc/passwd -shared"
Restart=on-failure
RestartSec=10
-User=mythtv
[Install]
WantedBy=graphical.target