diff --git a/docker/conf/services.d/supercachegc2/run b/docker/conf/services.d/supercachegc2/run new file mode 100755 index 0000000000000000000000000000000000000000..71364ff90b3240c604e50bb1249efb012236ac3b --- /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 +