1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-07-26 03:45:55 +00:00
Files
docker-nextcloud/rootfs/etc/s6.d/cron/run

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