freebsd-ports/net/mosquitto/files/patch-mosquitto.conf
Li-Wen Hsu eb16cd1e4c - Update to 1.5.3
PR:		231047
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	joe@thrallingpenguin.com (maintainer)
2018-10-03 09:54:40 +00:00

29 lines
864 B
Text

--- mosquitto.conf.orig 2018-08-16 16:05:26 UTC
+++ mosquitto.conf
@@ -28,7 +28,7 @@
# 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.
@@ -36,7 +36,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 nobody
# The maximum number of QoS 1 and 2 messages currently inflight per
# client.
@@ -160,7 +160,7 @@
#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.