Add ACCESS_TOKEN to systemd template. Move files around.

This commit is contained in:
William Moore 2022-03-01 18:39:07 -06:00
parent ec179cf267
commit ce562af54f

View File

@ -4,6 +4,7 @@ Description=Temperato Service
[Service]
Environment=NOTIF_URL=<your mattermost incoming webhook>
Environment=CHANNEL_ID=<your mattermost channel id>
Environment=ACCESS_TOKEN=<your mattermost access token>
ExecStart=python3 temperato.py
ExecReload=python3 temperato.py
KillMode=process