Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Dan on June 10, 2002, 08:11:56 PM

Title: Problem starting service
Post by: Dan 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
Title: Re: Problem starting service
Post by: Aladdin Nevrous 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