1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-02 18:29:17 +00:00

7 lines
118 B
Plaintext
Raw Normal View History

2017-05-02 14:22:18 +02:00
#!/bin/sh
while true; do
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done