1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-04 07:15:38 +00:00
Files
boring-nginx
cowrie
cryptpad
freshrss
rootfs
etc
s6.d
cron
run
nginx
usr
Dockerfile
README.md
ghost
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
reverse
rtorrent-flood
searx
unmaintained
LICENSE
README.md
dockerfiles/freshrss/rootfs/etc/s6.d/cron/run
2017-06-06 03:24:05 +02:00

7 lines
97 B
Bash

#!/bin/sh
while true; do
php -f /freshrss/app/actualize_script.php
sleep <CRON_PERIOD>
done