added test sensor
[zc] / systemd / zc-mqtt.service
1 [Unit]
2 Description=ZC MQTT
3
4 [Service]
5 User=dpavlin
6 WorkingDirectory=/home/dpavlin
7 ExecStart=/home/dpavlin/zc/zc-mqtt
8 Restart=always
9 RestartSec=1s
10
11 [Install]
12 WantedBy=multi-user.target