Projet de remplacement du "RPiPasserelle" d'Otec.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- [Unit]
- Description=pyheatpump supervise - fetch by modbus and send data to supervisor
- Wants=dev-rs485.device
-
- [Service]
- Type=simple
- StateDirectory=pyheatpump
- WorkingDirectory=/var/lib/pyheatpump
- Environment="LOGLEVEL=INFO"
- ExecStartPre=/opt/pyHeatpump/config/pre-exec.sh
- ExecStart=/usr/bin/env pyheatpump supervise --since
- KillMode=mixed
- TimeoutStopSec=30sec
- PrivateTmp=false
|