Modify .rtorrent.rc to initate plugins when rtorrent starts.
Plugins will load when the webui is opened. If you have plugins which need to poll for data (like rss or scheduler) you may wish to have them start when rtorrent starts, regardless of whether or not the webui has been loaded. All plugins can be brought up with a single .rtorrent.rc command. Be sure to edit this command for:
php path Your path may be different
ruTorrent location ruTorrent may be installed in a different location on your system
webusername you may or may not be using web authentication, if you aren’t, remove the username entirely, if you are, edit it accordingly(the following is for user tom with ruTorrent installed at /var/www/ruTorrent)
rtorrent version 0.9+:
execute2 = {sh,-c,/usr/bin/php /var/www/ruTorrent/php/initplugins.php tom &}
or for older rtorrent version:
execute = {sh,-c,/usr/bin/php /var/www/ruTorrent/php/initplugins.php tom &}