Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # Place your local configuration in /etc/mosquitto/conf.d/
  2. #
  3. # A full description of the configuration file is at
  4. # /usr/share/doc/mosquitto/examples/mosquitto.conf.example
  5.  
  6. pid_file /var/run/mosquitto.pid
  7.  
  8. persistence true
  9. persistence_location /var/lib/mosquitto/
  10.  
  11. log_dest file /var/log/mosquitto/mosquitto.log
  12.  
  13.  
  14. include_dir /etc/mosquitto/conf.d
  15.  
  16. ananth:$6$pW5LFAJ/J0bzSHyz$XZsN5MwVc80JqITYvg8qtLxkjWWF2AEzYtoVJpXV9VbjXE5YSXFYC/umWXocj2ScQO/ztFsovgq8o/h00zQTSg==
  17.  
  18. allow_anonymous false
  19. password_file /etc/mosquitto/password
  20.  
  21. sudo apt-get remove --auto-remove mosquitto*
  22. sudo apt-get purge --auto-remove mosquitto*
  23.  
  24. sudo apt install mosquitto*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement