Comment 8 for bug 381318

Revision history for this message
SubBASS (subbass) wrote :

I have made a temporary (I hope it is) workaround for this by adding a cron job to simply remove any nzb files from the working directory every 5minutes like so:

*/5 * * * * rm -f /mnt/store/hella/daemon.working/*.nzb* > /dev/null 2>&1

Adjust "/mnt/store/hella/daemon.working/" wo your working directory, most likely a simple path change. Speed of your internet may require a tweak of the timing, if you have 100mbit then 5minutes might be too long ;)

Is Hella in development still as this seems like it should be something trivial to fix.