[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] hobbit client init script





From: Nicolas Dorfsman <ndo (at) unikservice.com>
Reply-To: hobbit (at) hswn.dk
To: hobbit (at) hswn.dk
Subject: Re: [hobbit] hobbit client init script
Date: Fri, 6 Oct 2006 15:27:43 +0200


Le 6 oct. 06 à 15:24, T.J. Yang a écrit :

One way is to modify/enhance hobbit init script to kill processes own by hobbit after the stop.


In Solaris, ie. kill `ps -u hobbit | grep -v PID| awk '{print $1}'`


pkill -u hobbit


Much elegant solution for solaris hobbit init script. Thanks for the tip.

tj