no simple update mode anymore

This commit is contained in:
2018-12-15 10:58:42 +01:00
parent ce0db7173f
commit 83b2a5cf4a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[eventlistener:feed-update]
command=php7 -r 'while (true) { readline(); passthru("php7 /var/lib/tt-rss/update.php --daemon-loop"); }'
command=php7 -r 'while (true) { readline(); print("feeds update"); passthru("php7 /var/lib/tt-rss/update.php --daemon-loop"); }'
events=TICK_60
autostart=true
autorestart=true