Initial upload: zwavejs2mqtt-git v5.10.0.r0.3538a6e1-1

This commit is contained in:
2021-10-26 01:54:22 +02:00
parent 4a2e7a3527
commit 3ea839f7b6
5 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=zwavejs2mqtt nodejs daemon
After=network.target
[Service]
Type=simple
User=zwavejs2mqtt
Group=zwavejs2mqtt
ExecStart=/usr/bin/node /usr/share/webapps/zwavejs2mqtt/server/bin/www.js
Environment=ZWAVEJS_EXTERNAL_CONFIG=/var/lib/zwavejs2mqtt/.config-db
PrivateTmp=true
ProtectSystem=full
ProtectHome=true
[Install]
WantedBy=multi-user.target