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_api.service 332B

12345678910111213141516
  1. [Unit]
  2. Description=API to fetch data from heatpump with HTTP
  3. After=network.target
  4. Requires=pyheatpump_supervise.timer
  5. [Service]
  6. Type=simple
  7. WorkingDirectory=/var/lib/pyheatpump/
  8. Environment="LOGLEVEL=INFO"
  9. ExecStart=/usr/bin/env pyheatpump run
  10. KillMode=mixed
  11. TimeoutStopSec=30
  12. PrivateTmp=true
  13. [Install]
  14. WantedBy=multi-user.target