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