1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-05-04 03:19:33 +00:00

7 lines
118 B
Plaintext
Raw Normal View History

2018-01-17 20:31:32 +00:00
#!/bin/sh
while true; do
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done