On Thu, 16 May 2002 18:37:06 +0200, Bill Eldridge <[EMAIL PROTECTED]> wrote: > >>> Does anyone have a good script for starting webware at system boot, on >>> RedHat? If not, I can put something together and post to the list. (or >>> post somewhere else) > >THat was a slightly different issue of monitoring failed >daemons. > >THe file 'webkit' in the WebKit can be edited and copied to >say /etc/rc.d/rc3.d/S99webkit to start WebKit up at boot. >(follows the "start/stop/restart" habit)
Actually, the way a script like this should be used is to copy the script to /etc/rc.d/init.d/webkit, then create symbolic links to that as /etc/rc.d/rc3.d/S99webkit and /etc/rc.d/rc3.d/K01webkit. That way, you'll get the proper shutdown sequence as well, plus they can be managed by tools like ntsysv. -- - Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
