1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-31 21:35:38 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
kippo-graph
libresonic
lychee
nextcloud
11.0
12.0b
daily
rootfs
etc
s6.d
.s6-svscan
cron
run
nginx
php
usr
Dockerfile
README.md
nginx-php
pgbouncer
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
dockerfiles/nextcloud/daily/rootfs/etc/s6.d/cron/run
2017-04-29 01:24:54 +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