Koozali.org: home of the SME Server

How to start a service

Jason

How to start a service
« on: June 04, 2003, 01:21:44 PM »
How do i add a service to start up . I want to run an additional service on start up where do i add it to thanks

Andrew

Re: How to start a service
« Reply #1 on: June 04, 2003, 03:31:20 PM »
G'day Jason,

I'm a bit of a newbie to linux but try typing "service" start at the command line.

Alternatively if it is a standard service like http or smtp there is a nice add-on for the SME manager that adds an entry into the left hand pane and allows you to start and stop services from the web interface.  Its called e-smith-service-control - try searching for it.

Cheers,
A.

jason

Re: How to start a service
« Reply #2 on: June 04, 2003, 04:33:05 PM »
Thanks i know how to start the service from the command line but i want it to start up automatically when i start the box. i hate having to start the machine then go to the command line to start a service for somthing that i use all the time. It would be good if i could just reboot and not have to worry about it. i just want to add the CDWserver start command to start up

byte

Re: How to start a service
« Reply #3 on: June 04, 2003, 05:04:03 PM »
Hi,

try looking at this its about disabling service but just change disable to enable and what service name you want to use

http://forums.contribs.org/index.php?topic=4939.msg17276#msg17276

Hope this helps!

Byte

Jáder Marasca

Re: How to start a service
« Reply #4 on: June 05, 2003, 12:10:30 AM »
Or if it´s a different thing, like ddclient or Firebird DB you could create a new symbolic link on /etc/rc.d/rc7.d

Just watch the others... and good luck!

I have done this to Hylafax / Firebird / ddclient

Henrik

Re: How to start a service
« Reply #5 on: June 05, 2003, 12:28:17 AM »
Edit this file: At the end of /etc/rc.d/rc.local file put the command to start the service.

/Henrik

Charlie

Re: How to start a service
« Reply #6 on: June 05, 2003, 12:42:46 AM »
Henrik wrote:

> Edit this file: At the end of /etc/rc.d/rc.local file put the
> command to start the service.

No, there's never any need to edit rc.local, as has been said here quite a few times now.

Jáder had the correct answer.

Charlie