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.
123456789101112131415 |
- [Unit]
- Description=API to fetch data from heatpump with HTTP
- After=network.target
-
- [Service]
- Type=simple
- WorkingDirectory=/var/lib/pyheatpump/
- Environment="LOGLEVEL=INFO"
- ExecStart=/usr/bin/env pyheatpump run
- KillMode=mixed
- TimeoutStopSec=30
- PrivateTmp=true
-
- [Install]
- WantedBy=multi-user.target
|