Open GoogleCodeExporter opened 8 years ago
How do you exit? I believe `rssdler -k' clears pidfile properly. It's when you
issue kill(1) that by default sends SIGTERM then rssdler doesn't clear pidfile.
Original comment by swell.k@gmail.com
on 9 Oct 2010 at 11:02
Attachments:
In my crontab I have:
*/15 * * * * /usr/local/bin/rssdler -ro >/dev/null 2>&1
I also occasionally just run it manually to check if it is running correctly
through cron.
$> rssdler -ro
Threads have already been scanned.
Thanks
Original comment by mark.fa...@gmail.com
on 9 Oct 2010 at 3:36
Doh, I've overlooked that runOnce returns from main loop.
Original comment by swell.k@gmail.com
on 9 Oct 2010 at 4:08
Attachments:
Original issue reported on code.google.com by
mark.fa...@gmail.com
on 25 Aug 2010 at 10:52