Is it possible to start James service using the startup script on Linux under some user, created specifically for James mail server?
Pavel. ----- Original Message ----- From: "Noel J. Bergman" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 11:28 AM Subject: RE: load at bootup > 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 > ---------------------------------------------------------------------------- ---- > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
