Serge Knystautas wrote: > Daniel Perry wrote: > > How would I go about starting james on bootup (Linux)? > > I'm using Fedora core 1 if that's any help!
> I create a symlink to make James a service, then set that service to
> start at boot time...
> ln -s /usr/local/james/bin/phoenix.sh /etc/init.d/james
> Then put a link to that in rc3.d or however you want to make the service
> start at boot time.
I use the attached. Place it, or a symlink, in /etc/rc.d/init.d. Then run
$ chkconfig --add james
to have it installed. See "man chkconfig" for other options. The easy way
to access the scripts is the service command, e.g.,
$ service james [start | stop | restart]
phoenix.sh has some options not yet supported in this script, but doesn't
integrate with the runlevel level scheme.
--- Noel
james
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
