1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 03:15:39 +00:00
Files
dockerfiles/nextcloud/rootfs/etc/s6.d/cron/run
2017-08-08 04:06:15 +02:00

7 lines
118 B
Bash

#!/bin/sh
while true; do
php -d memory_limit=<CRON_MEMORY_LIMIT> -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done