From 38c2f7436d355888fcf4b4420acf3933290909b1 Mon Sep 17 00:00:00 2001 From: Wouter Coppens Date: Wed, 26 Jan 2022 12:36:35 +0100 Subject: [PATCH] check-cache daily --- spotweb/rootfs/etc/periodic/daily/check-cache | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 spotweb/rootfs/etc/periodic/daily/check-cache diff --git a/spotweb/rootfs/etc/periodic/daily/check-cache b/spotweb/rootfs/etc/periodic/daily/check-cache new file mode 100644 index 000000000..d9ba85c8a --- /dev/null +++ b/spotweb/rootfs/etc/periodic/daily/check-cache @@ -0,0 +1,6 @@ +#!/usr/bin/with-contenv bashio +# ============================================================================== +# Runs the daily task to check the spotweb cache +# ============================================================================== + +s6-setuidgid nginx php8 /app/bin/check-cache.php