aboutsummaryrefslogtreecommitdiff
path: root/www-apps/zigbee2mqtt/files/zigbee2mqtt.service
blob: adb51baeee7d0568759f9579133cb859d8b78f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Zigbee to MQTT bridge
After=network.target

[Service]
ExecStart=/usr/bin/node index.js
WorkingDirectory=/usr/share/zigbee2mqtt

User=zigbee2mqtt

PrivateTmp=true

[Install]
WantedBy=multi-user.target