- [Unit]
- Description=pyHeatpump supervise - communicates with the supervisor
- After=network.target
-
- [Service]
- Type=simple
- WorkingDirectory=/var/lib/pyheatpump/
- Environment="LOGLEVEL=INFO"
- ExecStart=/usr/bin/env pyheatpump supervise --since
- KillMode=mixed
- TimeoutStopSec=30
- PrivateTmp=true
|