1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
dockerfiles/freshrss/rootfs/etc/s6.d/cron/run

7 lines
97 B
Plaintext
Raw Normal View History

2017-06-06 03:24:05 +02:00
#!/bin/sh
while true; do
php -f /freshrss/app/actualize_script.php
sleep <CRON_PERIOD>
done