Re: init.d shell script can't stop daemon (python script)

2001-05-15 Thread Alexander Steinert
I wrote a (python) script that is acting like a daemon (doing something, sleeping for 10 seconds, doing ..., sleeping ...) and would like to launch and kill it from a shell script in /etc/init.d. Using start-stop-daemon seemed appropriate, but the problems is that no

Re: init.d shell script can't stop daemon (python script)

2001-05-10 Thread David Wright
Quoting Alexander Steinert ([EMAIL PROTECTED]): this might be a little OT, Not at all. I wrote a (python) script that is acting like a daemon (doing something, sleeping for 10 seconds, doing ..., sleeping ...) and would like to launch and kill it from a shell script in /etc/init.d. Using

init.d shell script can't stop daemon (python script)

2001-05-09 Thread Alexander Steinert
Hi, this might be a little OT, but: I wrote a (python) script that is acting like a daemon (doing something, sleeping for 10 seconds, doing ..., sleeping ...) and would like to launch and kill it from a shell script in /etc/init.d. Using start-stop-daemon seemed appropriate, but the problems is