forked from Chaospott/Heizberry
14 lines
217 B
SYSTEMD
14 lines
217 B
SYSTEMD
|
[Unit]
|
||
|
Description=homeassistent_thermostat
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/srv/homeassistent_services/heizberry_io.py
|
||
|
|
||
|
Restart=always
|
||
|
RestartSec=20
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|