Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix code area appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Apr 4, 2017
1 parent 2a59fe0 commit 19bacbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/SNAPTELD.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@ By default, Snap daemon loads the configuration in `/etc/snap/snapteld.conf` and

* shutdown `snap-telemetry` service and ensure there's no Snap processes running:
RedHat 6/Ubuntu 14.04:
```
```
$ sevice snap-telemetry stop
$ pgrep snap
```
```
RedHat 7/Ubuntu 16.04:
```
```
$ systemctl stop snap-telemetry
$ pgrep snap
```
```

* run Snap with debug log `--log-level 1`, no log file `--log-path ''`, along with any other custom startup options (it will use the snapteld.conf file settings if an option is omitted):
```
```
$ snapteld --log-level 1 --log-path '' --plugin-trust 0
```
```

This should result in the following log output:
```
Expand Down

0 comments on commit 19bacbb

Please sign in to comment.