forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			418 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			418 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # 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
 | |
| 
 | |
| per_listener_settings false
 | |
| listener 1883 
 | |
| allow_anonymous true
 | |
| pid_file /run/mosquitto/mosquitto.pid
 | |
| 
 | |
| persistence true
 | |
| persistence_location /var/lib/mosquitto/
 | |
| 
 | |
| log_dest file /var/log/mosquitto/mosquitto.log
 | |
| 
 | |
| include_dir /etc/mosquitto/conf.d
 |