Closed glenntanner3 closed 8 years ago
If hefurd is restarted, all torrents have to be manually re-added rather than all torrents in configured directory /var/lib/hefurd/ getting automatically reloaded.
Modified hefurd.service and added: ExecStartPost=/usr/share/hefur/load.sh
load.sh
for f in /var/lib/hefurd/*.torrent;do hefurctl -add-torrent ${f} done
Again torrent file permission issue #12
If hefurd is restarted, all torrents have to be manually re-added rather than all torrents in configured directory /var/lib/hefurd/ getting automatically reloaded.