Skip to content

Commit

Permalink
root/loris-cron: fix path to the cache prunning script
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Aug 30, 2024
1 parent 5ce9da3 commit d28a3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/loris-cron
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# with flock command blocking multiple executions
0 * * * * root flock -n /tmp/lockfile -c "/custom/loris-cache_clean.sh /var/cache/loris/ 2097152 60 >> /var/log/loris/cache_clean.log";
0 * * * * root flock -n /tmp/lockfile -c "/root/loris-cache_clean.sh /var/cache/loris/ 2097152 60 >> /var/log/loris/cache_clean.log";

0 comments on commit d28a3b3

Please sign in to comment.