Starting plugins with rtorrent¶
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. In 2.0, this used to require a setting for each plugin via the .rtorrent.rc Now, all plugins can be brought up with a single .rtorrent.rc command. Be sure to edit this command for:
1. php path Your path may be different
2. rutorrent location Rutorrent may be installed in a different location on your syste
3. 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)
execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php tom &}
Can someone tell me how it will be on the synology serwer ??
Sorry for my english is not very well.




