2018-10-03 11:54:40 +02:00
|
|
|
--- mosquitto.conf.orig 2018-08-16 16:05:26 UTC
|
2015-05-10 20:06:00 +02:00
|
|
|
+++ mosquitto.conf
|
2018-10-03 11:54:40 +02:00
|
|
|
@@ -28,7 +28,7 @@
|
2014-05-25 14:20:49 +02:00
|
|
|
# This should be set to /var/run/mosquitto.pid if mosquitto is
|
|
|
|
# being run automatically on boot with an init script and
|
|
|
|
# start-stop-daemon or similar.
|
|
|
|
-#pid_file
|
|
|
|
+pid_file /var/run/mosquitto.pid
|
|
|
|
|
|
|
|
# When run as root, drop privileges to this user and its primary
|
|
|
|
# group.
|
2018-10-03 11:54:40 +02:00
|
|
|
@@ -36,7 +36,7 @@
|
2014-05-25 14:20:49 +02:00
|
|
|
# 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 nobody
|
|
|
|
|
|
|
|
# The maximum number of QoS 1 and 2 messages currently inflight per
|
|
|
|
# client.
|
2018-10-03 11:54:40 +02:00
|
|
|
@@ -160,7 +160,7 @@
|
2014-05-25 14:20:49 +02:00
|
|
|
#bind_address
|
|
|
|
|
|
|
|
# Port to use for the default listener.
|
|
|
|
-#port 1883
|
|
|
|
+port 1883
|
|
|
|
|
|
|
|
# The maximum number of client connections to allow. This is
|
|
|
|
# a per listener setting.
|