1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 03:15:39 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
10.0
10.0-armhf
daily
daily-armhf
s6.d
.s6-svscan
cron
run
nginx
php
redis
Dockerfile
apcu.ini
nginx.conf
occ
opcache.ini
php-fpm.conf
redis.conf
run.sh
setup.sh
README.md
nginx
piwik
privatebin
rainloop
rtorrent-flood
rutorrent
searx
subsonic
tor
LICENSE
dockerfiles/nextcloud/daily-armhf/s6.d/cron/run

7 lines
83 B
Plaintext
Raw Normal View History

2016-10-14 12:30:30 +02:00
#!/bin/sh
while true; do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done