16 lines
293 B
SYSTEMD
16 lines
293 B
SYSTEMD
|
[Unit]
|
||
|
Description=Temperato Service
|
||
|
|
||
|
[Service]
|
||
|
Environment=NOTIF_URL=<your gotify server>
|
||
|
ExecStart=python3 temperato.py
|
||
|
ExecReload=python3 temperato.py
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
Type=notify
|
||
|
WorkingDirectory=<your path>
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
Alias=temperato.service
|