From 19bacbbe77059de6ec1878e02e07863ef134522d Mon Sep 17 00:00:00 2001 From: ami-GS <1991.daiki@gmail.com> Date: Tue, 4 Apr 2017 21:43:54 +0900 Subject: [PATCH] fix code area appearance --- docs/SNAPTELD.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/SNAPTELD.md b/docs/SNAPTELD.md index 905859365..9b65987ed 100644 --- a/docs/SNAPTELD.md +++ b/docs/SNAPTELD.md @@ -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: ```