From 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 20 Mar 2026 19:16:32 +0100 Subject: feat: first fully successful run e2e on straper --- straper/db/public/cron/cron.d/e2scrub_all | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 straper/db/public/cron/cron.d/e2scrub_all (limited to 'straper/db/public/cron/cron.d/e2scrub_all') diff --git a/straper/db/public/cron/cron.d/e2scrub_all b/straper/db/public/cron/cron.d/e2scrub_all new file mode 100644 index 0000000..7af25f1 --- /dev/null +++ b/straper/db/public/cron/cron.d/e2scrub_all @@ -0,0 +1,2 @@ +30 3 * * 0 root test -e /run/systemd/system || SERVICE_MODE=1 /usr/libexec/e2fsprogs/e2scrub_all_cron +10 3 * * * root test -e /run/systemd/system || SERVICE_MODE=1 /sbin/e2scrub_all -A -r -- cgit v1.3