You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
# Place your local configuration in /etc/mosquitto/conf.d/
|
|
#
|
|
# A full description of the configuration file is at
|
|
# /usr/share/doc/mosquitto/examples/mosquitto.conf.example
|
|
|
|
pid_file /var/run/mosquitto.pid
|
|
|
|
persistence true
|
|
persistence_location /var/lib/mosquitto/
|
|
|
|
log_dest file /var/log/mosquitto/mosquitto.log
|
|
|
|
include_dir /etc/mosquitto/conf.d
|