From ce562af54f8c375b57d949b4ce7aa19e8294c625 Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 1 Mar 2022 18:39:07 -0600 Subject: [PATCH] Add ACCESS_TOKEN to systemd template. Move files around. --- temperato.service => systemd/temperato.service | 1 + 1 file changed, 1 insertion(+) rename temperato.service => systemd/temperato.service (86%) diff --git a/temperato.service b/systemd/temperato.service similarity index 86% rename from temperato.service rename to systemd/temperato.service index e0553ca..4f4dfcb 100644 --- a/temperato.service +++ b/systemd/temperato.service @@ -4,6 +4,7 @@ Description=Temperato Service [Service] Environment=NOTIF_URL= Environment=CHANNEL_ID= +Environment=ACCESS_TOKEN= ExecStart=python3 temperato.py ExecReload=python3 temperato.py KillMode=process