Closed kappa118 closed 1 month ago
This adds in a lock file to prevent multiple instances of Soularr from running. This will allow Soularr to be added in as a cronjob and prevent multiple Soularr scripts from running simultaneously.
Already have something like this personally in a bash script that runs soularr.py but great idea to integrate it into the actual script. Thanks.
This adds in a lock file to prevent multiple instances of Soularr from running. This will allow Soularr to be added in as a cronjob and prevent multiple Soularr scripts from running simultaneously.