1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-22 15:57:26 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
10.0
9.0
daily
s6.d
.s6-svscan
cron
run
nginx
php
Dockerfile
apcu.ini
nginx.conf
occ
opcache.ini
php-fpm.conf
run.sh
README.md
nginx
piwik
privatebin
rainloop
rtorrent-flood
rutorrent
searx
subsonic
tor
LICENSE
dockerfiles/nextcloud/daily/s6.d/cron/run
2016-09-23 00:50:39 +02:00

7 lines
83 B
Bash

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