ports/net/mosquitto/patches/patch-mosquitto_conf

22 lines
738 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: mosquitto.conf
--- mosquitto.conf.orig
+++ mosquitto.conf
@@ -206,7 +206,7 @@
# 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.
-#user mosquitto
+user _mosquitto
# =================================================================
# Listeners
@@ -468,7 +468,7 @@
# Note that if the broker is running as a Windows service it will default to
# "log_dest none" and neither stdout nor stderr logging is available.
# Use "log_dest none" if you wish to disable logging.
-#log_dest stderr
+log_dest syslog
# Types of messages to log. Use multiple log_type lines for logging
# multiple types of messages.