Initial upload: zwavejs2mqtt-git v5.10.0.r0.3538a6e1-1
This commit is contained in:
16
zwavejs2mqtt-git/zwavejs2mqtt.service
Normal file
16
zwavejs2mqtt-git/zwavejs2mqtt.service
Normal 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
|
||||
Reference in New Issue
Block a user