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 350B

12345678910111213
  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. WorkingDirectory=/var/lib/pyheatpump
  7. Environment="LOGLEVEL=INFO"
  8. ExecStartPre=/opt/pyHeatpump/config/pre-exec.sh
  9. ExecStart=/usr/bin/env pyheatpump supervise --since
  10. KillMode=mixed
  11. TimeoutStopSec=30sec
  12. PrivateTmp=false