Koozali.org: home of the SME Server

Problem starting service

Dan

Problem starting service
« on: June 10, 2002, 08:11:56 PM »
I have installed Trend Interscan Viruswall in Mitel V5.1.2 and it runs well until The server is restarted,
after restart Viruswall isnt running so logging in as root and typing /etc/rc.d/init.d/iscanhttpds start will start the service OK.
So I need to know How do I get it to start up when the server is rebooted?
being new to Linux i am not sure how to go about it I would need to create a script and place it where, or would I have to modify an existing script.
Any help would be great

Aladdin Nevrous

Re: Problem starting service
« Reply #1 on: June 11, 2002, 05:42:02 PM »
you need to make a softlink in one of the runlevels:

starting the service:

ln -s /etc/rc.d/rc7.d/s92iscan etc/rc.d/init.d/iscanhttpds

killing the service on shutdown/reboot::

ln -s /etc/rc.d/rc6.d/k92iscan etc/rc.d/init.d/iscanhttpds


cheers

Aladdin