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.

pyheatpump_supervise.service 376B

1234567891011121314
  1. [Unit]
  2. Description=pyheatpump supervise - fetch by modbus and send data to supervisor
  3. Wants=dev-rs485.device
  4. [Service]
  5. Type=simple
  6. StateDirectory=pyheatpump
  7. WorkingDirectory=/var/lib/pyheatpump
  8. Environment="LOGLEVEL=INFO"
  9. ExecStartPre=/opt/pyHeatpump/config/pre-exec.sh
  10. ExecStart=/usr/bin/env pyheatpump supervise --since
  11. KillMode=mixed
  12. TimeoutStopSec=30sec
  13. PrivateTmp=false