mirror of
https://github.com/c3e/Heizberry.git
synced 2024-04-01 15:11:26 +00:00
14 lines
186 B
SYSTEMD
14 lines
186 B
SYSTEMD
|
[Unit]
|
||
|
Description=heizberry
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=Simple
|
||
|
ExecStart=/srv/herizberry/heizberry.py
|
||
|
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|