freshrss: add automatic feed update

This commit is contained in:
Wonderfall
2017-06-06 03:24:05 +02:00
parent 9dc8f2b2b8
commit 28f04a1865
4 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
while true; do
php -f /freshrss/app/actualize_script.php
sleep <CRON_PERIOD>
done