Date: Mon, 16 May 2005 21:52:31 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: "Sergey S. Ropchan" <fenix@ramb.com.ua> Cc: freebsd-questions@freebsd.org Subject: Re: Daemon Process Message-ID: <20050516185231.GC702@orion.daedalusnetworks.priv> In-Reply-To: <1639417618.20050516184834@ramb.com.ua> References: <2ab1ba0c05051608414c0884c7@mail.gmail.com> <1639417618.20050516184834@ramb.com.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-05-16 18:48, "Sergey S. Ropchan" <fenix@ramb.com.ua> wrote: > Monday, May 16, 2005, 6:41:03 PM, you wrote: > > Hi, > > I want to know how can I programmatically restart a dead daemon > > process in Unix? > > You can restart daemon process with: > > kill -HUP `cat /path/to/processname.pid` Note the daemon is 'dead'. You can't signal a dead process.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050516185231.GC702>