From 342cc93e3b087b3b1dd6f2f23a7cbfb4f8a88605 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 9 Apr 2018 23:12:30 +0100 Subject: [PATCH] Documentation fix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #724. Thanks to Hrvoje Ĺ eketa. --- mosquitto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto.conf b/mosquitto.conf index 00714057..3ce206f8 100644 --- a/mosquitto.conf +++ b/mosquitto.conf @@ -32,7 +32,7 @@ # When run as root, drop privileges to this user and its primary # group. -# Leave blank to stay as root, but this is not recommended. +# Set to root to stay as root, but this is not recommended. # If run as a non-root user, this setting has no effect. # Note that on Windows this has no effect and so mosquitto should # be started by the user you wish it to run as.