summarylogtreecommitdiffstats
path: root/zwavejs2mqtt.service
blob: 9df53400c5d54614b3bf10cc7ace8b442c1a62ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=zwavejs2mqtt nodejs daemon
After=network.target

[Service]
Type=simple
User=zwavejs2mqtt
Group=zwavejs2mqtt
ExecStart=/usr/bin/zwavejs2mqtt
PrivateDevices=true
PrivateTmp=true
ProtectSystem=full
ProtectHome=true

[Install]
WantedBy=multi-user.target