Actually, I tested this - and it doesn't as far as I can tell.
If you'd like to give me an example, that would be fine. I've tried this so far;
This only runs once. I get no log file updates indicating the feed is being updated. If I visit the website, then the log file starts indicating that it is doing RSS updates (along with the other plugins).
Code:
execute = {sh,-c,/usr/bin/php /usr/local/share/rutorrent/php/initplugins.php admin &}
This runs every 10 minutes. I get log updates indicating as such. However - still no specific RSS updates coming through in the log. Again, if I visit the website - then the log starts indicating that it is doing RSS updates (along with the other plugins).
Code:
schedule = ruadmin,0,00:10:00,"execute={sh,-c,/usr/bin/php /usr/local/share/rutorrent/php/initplugins.php admin & exit 0}"
So - it appears that in both cases, I have to actually visit the site in order for it to start auto-updating the feed. I was under the impression that "initplugins.php" would set that process off for me.
Which one is right?