Files
hassio-addons/nextcloud/rootfs/defaults/root
Alexandre 90f333c40d New logic
2021-12-14 13:39:15 +01:00

10 lines
558 B
Plaintext

# 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