From dae22019b8f82074bae85a961c6d6b924cc3e142 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 25 Sep 2024 15:09:35 +0100 Subject: [PATCH] Update Connect troubleshooting docs --- documentation/asciidoc/services/connect/troubleshooting.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/asciidoc/services/connect/troubleshooting.adoc b/documentation/asciidoc/services/connect/troubleshooting.adoc index 4a58968ee..2a3398bef 100644 --- a/documentation/asciidoc/services/connect/troubleshooting.adoc +++ b/documentation/asciidoc/services/connect/troubleshooting.adoc @@ -38,6 +38,7 @@ Enter the following lines of configuration between the comments: [source,bash] ---- +[Service] ExecStart= ExecStart=/usr/bin/rpi-connectd -socket %t/rpi-connect-wayvnc.sock -v ---- @@ -64,6 +65,7 @@ Enter the following lines of configuration between the comments: [source,bash] ---- +[Service] ExecStart= ExecStart=/usr/bin/rpi-connect-env /usr/bin/wayvnc --config /etc/rpi-connect/wayvnc.config --render-cursor --unix-socket --socket=%t/rpi-connect-wayvnc-ctl.sock -Ldebug %t/rpi-connect-wayvnc.sock ----