This commit is contained in:
PaulVua
2025-02-04 18:48:42 +01:00
parent c3e2866fab
commit 7de382a43d

View File

@@ -8,6 +8,11 @@
Master Python script that will trigger other scripts at every chosen time pace 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 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 -->sudo nano /etc/systemd/system/master_nebuleair.service
⬇️ ⬇️