Files
dockerfiles/nextcloud/daily/rootfs/etc/s6.d/cron/run

7 lines
118 B
Plaintext
Raw Normal View History

#!/bin/sh
while true; do
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done