Tuesday, September 13, 2005

Adding your service to the system:

put your init script in /etc/init.d with a top description like this:
# chkconfig: 2345 99 5
# description:

where the 2345 are the level in which you want the service on, 99 is the start order and 5 the stop.

chkconfig --add myservice

Then you'll be ablo to manage you service from the graphical system manager.

No comments: