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

restartd (resurrecting dead daemons)



On Thu, Jul 01 at 02:46PM -0500, Will Trillich wrote:
> On Wed, Jun 30 at 06:25PM -0400, Derrick 'dman' Hudson wrote:
> > restartd.
> 
> aha. not available for woody, but it's available for sarge...
<snip>
> [hmm -- must look into the /etc/init.d/restartd script to make
> sure it's properly launched there.... hmm]
<snip>

pooh. it isn't:

	DAEMON=/usr/sbin/restartd
	PARAMS=""
	PID="/var/run/restartd.pid"
	
	test -x $DAEMON || exit 0
	
	case "$1" in
	  start)
	    echo -n "Starting process checker: "
	    $DAEMON $PARAMS
	    echo "restartd."
	    ;;

shouldn't that use start-stop-daemon to do its work?

-- 
I use Debian/GNU Linux version 3.0;
Linux boss 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i586 unknown
 
DEBIAN NEWBIE TIP #57 from Steve Kowalik <stevenk@hasnolife.com>
:
Wondering HOW TO SET YOUR TIME ZONE? Your system clock may be
showing UTC or GMT but you want it to display PDT or whatever.
Just run "tzconfig" as root. (You're sure to have it on your
debian system already -- it's provided in package "libc6".)

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: