Skip to content

Commit cb8798e

Browse files
Merge pull request #3898 from raspberrypi/lurch-patch-1
Consistency tweak
2 parents 4553dc7 + b6a2a61 commit cb8798e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/asciidoc/services/connect/troubleshooting.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ To find out more about the cause of the issue, run the following commands to che
4141

4242
[source,console]
4343
----
44-
$ systemctl --user status rpi-connect-wayvnc.service
45-
$ journalctl --user --follow --unit rpi-connect-wayvnc.service
44+
$ systemctl --user status rpi-connect-wayvnc
45+
$ journalctl --user --follow --unit rpi-connect-wayvnc
4646
----
4747

4848
If the service fails to start or doesn't exist, ensure that your environment meets the following criteria:
@@ -98,7 +98,7 @@ Override the `rpi-connect` service definition with the following command:
9898

9999
[source,console]
100100
----
101-
$ systemctl --user edit rpi-connect.service
101+
$ systemctl --user edit rpi-connect
102102
----
103103

104104
Enter the following lines of configuration between the comments:
@@ -152,5 +152,5 @@ To view logs for the Connect service and its dedicated WayVNC server, run the fo
152152

153153
[source,console]
154154
----
155-
$ journalctl --user --follow --unit rpi-connect.service --unit rpi-connect-wayvnc.service
155+
$ journalctl --user --follow --unit rpi-connect --unit rpi-connect-wayvnc
156156
----

0 commit comments

Comments
 (0)