This commit is contained in:
Tim Edwards 2019-04-24 13:21:48 +02:00
parent 2db417ed06
commit 3a63bc7bfc
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ By default the Snap package creates 6 services on different ports which allow ac
```
snap services novnc # list services
sudo snap stop novnc.n5901 # stop the services that listens on 6081 connecting to localhost:5901
sudo snap stop novnc.n5901 # stop the service that listens on 6081 connecting to localhost:5901
sudo snap start novnc.n5901 # start it
sudo snap restart novnc.n5901 # restart it
```