1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-06 04:09:17 +00:00

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