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

7 lines
119 B
Plaintext
Raw Normal View History

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