From 7c2a502d78c2b6e644aafa072bd5e6e92a49bc70 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 9 Jun 2023 10:07:50 +0100
Subject: [PATCH] Add another SuperCache GC cron job

---
 docker/conf/services.d/supercachegc2/run | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 docker/conf/services.d/supercachegc2/run

diff --git a/docker/conf/services.d/supercachegc2/run b/docker/conf/services.d/supercachegc2/run
new file mode 100755
index 00000000..71364ff9
--- /dev/null
+++ b/docker/conf/services.d/supercachegc2/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec every 3600 find /opt/noblogs/www/wp-content/cache/supercache -mtime +1 -type f -name '*.php' -delete
+
-- 
GitLab