PHP Classes

Stoping daemon

Recommend this page to a friend!

      Daemon  >  All threads  >  Stoping daemon  >  (Un) Subscribe thread alerts  
Subject:Stoping daemon
Summary:How can I stop daemon?
Messages:2
Author:Elian E
Date:2006-08-18 12:30:21
Update:2008-04-15 01:22:18
 

 


  1. Stoping daemon   Reply   Report abuse  
Picture of Elian E Elian E - 2006-08-18 12:30:21
Hello!


I created my own daemon, which runs every seconds. I use this class. But I have a 'little' question: how can i stop a running daemon?

Elian

  2. Re: Stoping daemon   Reply   Report abuse  
Picture of Andrew Bale Andrew Bale - 2008-04-15 01:22:18 - In reply to message 1 from Elian E
find the pid from the /tmp/daemon.pid
then type kill -SIGTERM <pid>