From 7de382a43df4328a7c85ff3a24477cfcf312a5cb Mon Sep 17 00:00:00 2001 From: PaulVua Date: Tue, 4 Feb 2025 18:48:42 +0100 Subject: [PATCH] update --- master.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/master.py b/master.py index 5717a44..58953ef 100644 --- a/master.py +++ b/master.py @@ -8,6 +8,11 @@ Master Python script that will trigger other scripts at every chosen time pace This script is triggered as a systemd service used as an alternative to cronjobs +Attention: + to do -> prevent SARA R4 Script to run again if it's taking more than 60 secs to finish (using a lock file ??) + +First time: need to create the service file + -->sudo nano /etc/systemd/system/master_nebuleair.service ⬇️