Koozali.org: home of the SME Server

socks5 autostart

philippe peltier

socks5 autostart
« on: April 02, 2003, 02:11:23 AM »
I installed the socks5 rpm on my sme 5.5 and would like to know where I should go and edit to make it start automatically at boot time ?
It starts for now with a 'service socks5 start' but I presume there is a template somewhere to make it start automatically...

tnx in advance for any help.

--
Phil.

Steve Brock

Re: socks5 autostart
« Reply #1 on: April 02, 2003, 06:33:42 PM »
do this:

ln -s /etc/rc.d/init.d/socks5 /etc/rc.d/rc7.d/S95socks5

philippe peltier

Re: socks5 autostart
« Reply #2 on: April 02, 2003, 07:05:39 PM »
tnx a lot..