Fix systemd service

This commit is contained in:
William Moore 2021-12-12 07:03:23 -06:00
parent 7cf332154b
commit 2ec9f47eb0

View File

@ -7,7 +7,7 @@ ExecStart=python3 temperato.py
ExecReload=python3 temperato.py
KillMode=process
Restart=on-failure
Type=notify
Type=simple
WorkingDirectory=<your path>
[Install]