Skip to content

Commit

Permalink
Merge pull request #3898 from raspberrypi/lurch-patch-1
Browse files Browse the repository at this point in the history
Consistency tweak
  • Loading branch information
nathan-contino authored Oct 29, 2024
2 parents 4553dc7 + b6a2a61 commit cb8798e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/asciidoc/services/connect/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ To find out more about the cause of the issue, run the following commands to che

[source,console]
----
$ systemctl --user status rpi-connect-wayvnc.service
$ journalctl --user --follow --unit rpi-connect-wayvnc.service
$ systemctl --user status rpi-connect-wayvnc
$ journalctl --user --follow --unit rpi-connect-wayvnc
----

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

[source,console]
----
$ systemctl --user edit rpi-connect.service
$ systemctl --user edit rpi-connect
----

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

[source,console]
----
$ journalctl --user --follow --unit rpi-connect.service --unit rpi-connect-wayvnc.service
$ journalctl --user --follow --unit rpi-connect --unit rpi-connect-wayvnc
----

0 comments on commit cb8798e

Please sign in to comment.