18 lines
		
	
	
	
		
			473 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			473 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=zigbee2mqtt
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Environment=ZIGBEE2MQTT_DATA=/home/zigbee2mqtt/zigbee2mqtt_data
 | 
						|
Environment=NODE_ENV=production
 | 
						|
ExecStart=/usr/bin/npm start
 | 
						|
WorkingDirectory=/opt/zigbee2mqtt
 | 
						|
StandardOutput=inherit
 | 
						|
# Or use StandardOutput=null if you don't want Zigbee2MQTT messages filling syslog, for more options see systemd.exec(5)
 | 
						|
StandardError=inherit
 | 
						|
Restart=always
 | 
						|
RestartSec=10s
 | 
						|
User=zigbee2mqtt
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |