Sorry, I just hit reply and forgot to add [email protected]
I have the script, however, my system is centos and the following error occur when start stunnel service
# service stunnel start Starting stunnel: /etc/init.d/stunnel: line 77: /usr/sbin/stunnel: No such file or directory
Line 77 is: #Path to executable SEXE=/usr/sbin/stunnel
I have no idea where my stunnel executable is.
Thank you!
Mr. Jack
Subject: Re: [stunnel-users] How to make stunnel autorun on startup? To: [email protected]; [email protected]; [email protected] From: [email protected] Date: Sat, 11 Jun 2011 02:38:26 +0000
Jack,
On which platform? On Red Hat and derived distributions, You copy the stunnel startup script to the /etc/init.d directory and set it to run at startup with the chkconfig command.
Assuming your stunnel startup script is stunnel, you do
/sbin/chkconfig stunnel on
You can find an init script in the stunnel source package.
Regards,
Jose
-----Original Message----- From: Jack Liu [email protected] Sender: [email protected] Date: Fri, 10 Jun 2011 20:06:48 To: [email protected] Subject: [stunnel-users] How to make stunnel autorun on startup?
stunnel-users mailing list [email protected] http://stunnel.mirt.net/mailman/listinfo/stunnel-users