From d59019dd23d416134c576837674b8800d9b2e9aa Mon Sep 17 00:00:00 2001 From: jenz Date: Tue, 3 Mar 2026 20:52:20 +0100 Subject: [PATCH] restarting every 24 hours --- .../systemctl/stoat_map_notifications.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stoat_map_notifications/systemctl/stoat_map_notifications.service b/stoat_map_notifications/systemctl/stoat_map_notifications.service index 74d6afe..d530126 100644 --- a/stoat_map_notifications/systemctl/stoat_map_notifications.service +++ b/stoat_map_notifications/systemctl/stoat_map_notifications.service @@ -8,3 +8,6 @@ Environment=PYTHONUNBUFFERED=1 Environment=PATH=/home/nonroot/stoat_map_notifications/venv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin WorkingDirectory=/home/nonroot/stoat_map_notifications ExecStart=/home/nonroot/stoat_map_notifications/app.py +Restart=always +RestartSec=5 +RuntimeMaxSec=86400