1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-10 14:19:17 +00:00

7 lines
121 B
Plaintext
Raw Normal View History

2016-09-23 00:50:39 +02:00
#!/bin/sh
while true; do
2017-02-15 17:36:36 +01:00
php7.1 -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
2016-09-23 00:50:39 +02:00
sleep <CRON_PERIOD>
done