We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5374501 commit d012a24Copy full SHA for d012a24
documentation/asciidoc/services/connect/troubleshooting.adoc
@@ -39,9 +39,11 @@ Enter the following lines of configuration between the comments:
39
[source,bash]
40
----
41
ExecStart=
42
-ExecStart=/usr/bin/rpi-connect-start -v
+ExecStart=/usr/bin/rpi-connectd -socket %t/rpi-connect-wayvnc.sock -v
43
44
45
+NOTE: You need **both** lines that begin with `ExecStart=`.
46
+
47
Finally, restart the service with the following command:
48
49
[source,console]
0 commit comments