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