mspieth / rssdler

Automatically exported from code.google.com/p/rssdler
4 stars 0 forks source link

rssdler.sh daemon #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place rssdler.sh (without .sh) in /etc/init.d/
2. set user="my user name" (not root)
3. sudo update-rc.d rssdler defaults
4. sudo /etc/init.d/rssdler start

I downloaded rssdler.sh from 
http://code.google.com/p/rssdler/source/browse/tags/rssdler040/rssdler.sh

For some reason, the daemon stops to run after a while.

ps aux | grep rss

does not show the process after a while.  Was wondering whether this is just me 
or if I'm doing something wrong?

Original issue reported on code.google.com by vinhdi...@gmail.com on 15 Oct 2010 at 5:05

GoogleCodeExporter commented 8 years ago
check so the congig-txt does not have the line:

# to exit after scanning all the feeds, or to keep looping. Default False.
runOnce = True

Original comment by fbrannh...@gmail.com on 9 Jul 2012 at 12:51

GoogleCodeExporter commented 8 years ago
I have runOnce = false

Original comment by vinhdi...@gmail.com on 9 Jul 2012 at 5:27