Re: Daemon Creation

2008-03-01 Thread Andrei Popescu
On Fri, Feb 29, 2008 at 05:08:15PM +, Robert Rawlins wrote: > Is that correct? Presumably I need to remove one of those start commands? > Right? The same rule applied to the do_stop() method which currently contains > a start-stop-daemon request, do I need to replace that with a standard k

Daemon Creation

2008-02-29 Thread Robert Rawlins
Hello Guys, I’ve got a python script which I’m looking to launch as a Daemon on my system. There are a few things which need to be handled on the python side of things to get this to work, but I can deal with these myself without any issues. Where I DO need help though is with regards to writ