1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 03:15:39 +00:00
Files
dockerfiles/unmaintained/freshrss/rootfs/etc/s6.d/cron/run
2017-12-04 14:54:24 +01:00

7 lines
97 B
Bash

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