You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-daemon
Hi all.
I like simple-daemon gem, but i miss this feature(see subj) so i wrote
a patch.
Patch adds some logic to Controller.start method to check presense of
PID file and status of prosess with PID stored.
It's my first self made patch so don't get mad on me if i do something
wrong. :)
madbox
unread,
Nov 12, 2008, 5:08:33 AM11/12/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-daemon
Hi again.
I have some bug fixes, so i can attach them too.
1. removed Dir.chdir while opening log file. couses unexpected current
directory.
2. 'exit' replaced with 'return' in 'start' and 'stop' routines.