From 4a3d4d06b51f4fae161b5ef53f1f5fa834bfc988 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Apr 2022 12:59:51 +0200 Subject: [PATCH] Delete root --- nextcloud/rootfs/defaults/root | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 nextcloud/rootfs/defaults/root diff --git a/nextcloud/rootfs/defaults/root b/nextcloud/rootfs/defaults/root deleted file mode 100644 index 7563168d1..000000000 --- a/nextcloud/rootfs/defaults/root +++ /dev/null @@ -1,9 +0,0 @@ -# do daily/weekly/monthly maintenance -# min hour day month weekday command -*/15 * * * * run-parts /etc/periodic/15min -0 * * * * run-parts /etc/periodic/hourly -0 2 * * * run-parts /etc/periodic/daily -0 3 * * 6 run-parts /etc/periodic/weekly -0 5 1 * * run-parts /etc/periodic/monthly -# nextcloud cron -*/5 * * * * s6-setuidgid abc php7 -f /data/config/www/nextcloud/cron.php