Hi,all<br>I found python-daemon have not implement those functions for "start" and "stop" checking:<br>for example, when you tpye "python xxxx.py start" in the console,it should first check the daemon script is running or not, it it is running,it should just return and tell the the user "the process is running"<br>
also,when you type "python xxx.py stop",I want the pyhont_daemon lib should check the script is running or not.<br><br>I send this mail just to know is there any other body have done it,or the author have that plan or not. So,I want write a patch for it ,if it is nessary, I just do it.<br>
<br><br>