1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-08 01:02:29 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
kippo-graph
libresonic
lychee
nextcloud
11.0
s6.d
.s6-svscan
cron
run
nginx
php
Dockerfile
apcu.ini
nginx.conf
occ
opcache.ini
php-fpm.conf
run.sh
setup.sh
daily
README.md
piwik
privatebin
rtorrent-flood
searx
tor
unmaintained
LICENSE
dockerfiles/nextcloud/11.0/s6.d/cron/run
2017-03-22 15:44:07 +01:00

7 lines
119 B
Bash

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