- [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
|