|
From: Arnaud C. <arn...@ar...> - 2004-03-19 09:15:51
|
As far as Debian is concerned, * there is no chkconfig command, instead it's "update-rc.d" * no service command * the init files are located in /etc/init.d/ * the /var/run exists But my system works on Redhat so that's cool for me :) bye. Arnaud. Joe Zacky a écrit : > I'm playing around with making 'cmdloop' start as a service. There are > problems on some systems they way cmdloop is invoked from check_loop. > Instead of putting check_loop in /etc/crontab I'd create a file in > /etc/init.d/ to handle the start/stop/status of cmdloop. This would > allow cmdloop to be controlled with 'chkconfig', 'service' and 'ntsysv'. > > Since I only have access to redhat systems I don't know what is > standard for services on MAC OS X, FreeBSD, etc. > > Do these systems have: > o The chkconfig command? > o The 'service' command? > o The file /etc/rc.d/init.d/functions? > o The /var/run directory? > > If any of you with non-redhat systems could answer these questions I'd > greatly appreciate it. > > Thanks, > Joe Zacky > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |