Projet de remplacement du "RPiPasserelle" d'Otec.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pyheatpump_api.service 296B

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