Re: process always running

2008-11-27 Thread Sebastian Tymków
Hi, I use it and it works fine for me. I don't need any third party software to run/restart process. Recently I used daemontools for respawn process but it was uncomfortable to install and configure for me. Best regards, Sebastian Tymkow 2008/11/27 Jonathan McKeown <[EMAIL PROTECTED]> > On Thu

Re: process always running

2008-11-27 Thread Dan
Gian Paolo Buono([EMAIL PROTECTED])@2008.11.27 14:05:44 +0100: > Hi, > there is a method in freebsd for restart process whenever it terminates ? I > use in linux respawn in inittab... > > Thanks ...bye Daemontools or runit is your best bet. Init does not cut it. _

Re: process always running

2008-11-27 Thread Jonathan McKeown
On Thursday 27 November 2008 15:46:58 Dominik Meister wrote: > Hi > > Gian Paolo Buono [Thu, Nov 27, 2008 at 02:05:44PM +0100]: > > there is a method in freebsd for restart process whenever it terminates > > ? I use in linux respawn in inittab... > > One possibility that comes to mind is using dae

Re: process always running

2008-11-27 Thread Dominik Meister
Hi Gian Paolo Buono [Thu, Nov 27, 2008 at 02:05:44PM +0100]: > there is a method in freebsd for restart process whenever it terminates ? I > use in linux respawn in inittab... One possibility that comes to mind is using daemontools [0]. Should be in ports but there are probably easier ways to ac

Re: process always running

2008-11-27 Thread Anthony M. Rasat
>there is a method in freebsd for >restart process whenever it >terminates ? I >use in linux respawn in inittab... I'm still a big fan of Daniel J. Bernstein's daemontools. Go grab it from http://cr.yp.to/daemontools.html and be sure to read instructions. Not exactly configure-make-install kind