Re: [CentOS] Starting stunnel on boot with CentOS7

2015-12-23 Thread Kahlil Hodgson
​Apologies. My bad. The service file was copied across from F22. # Service file from Fedora 22 [Unit] Description=SSL tunnel for network daemons After=syslog.target network.target [Service] ExecStart=/usr/bin/stunnel Type=forking PrivateTmp=true [Install] WantedBy=multi-user.target

Re: [CentOS] Starting stunnel on boot with CentOS7

2015-12-23 Thread Leroy Tennison
[CentOS] Starting stunnel on boot with CentOS7 On 23 December 2015 at 05:38, Kahlil Hodgson wrote: > On my CenOS7 system with stunnel from base > > stunnel-4.56-4.el7.x86_64 > > there's a systemd service file > > /etc/systemd/system/stunnel.service > > try

Re: [CentOS] Starting stunnel on boot with CentOS7

2015-12-23 Thread Leroy Tennison
have no idea which repo I pulled it from but I'm not using exotic ones. - Original Message - From: "Kahlil Hodgson" To: "CentOS mailing list" Sent: Tuesday, December 22, 2015 11:38:46 PM Subject: Re: [CentOS] Starting stunnel on boot with CentOS7 On my Ce

Re: [CentOS] Starting stunnel on boot with CentOS7

2015-12-23 Thread James Hogarth
On 23 December 2015 at 05:38, Kahlil Hodgson wrote: > On my CenOS7 system with stunnel from base > > stunnel-4.56-4.el7.x86_64 > > there's a systemd service file > > /etc/systemd/system/stunnel.service > > try > > sudo systemctl enable stunnel.service > > > Packaged unit files are in /usr

Re: [CentOS] Starting stunnel on boot with CentOS7

2015-12-22 Thread Kahlil Hodgson
On my CenOS7 system with stunnel from base stunnel-4.56-4.el7.x86_64 there's a systemd service file /etc/systemd/system/stunnel.service try sudo systemctl enable stunnel.service Hope this helps, K ​al​ ___ CentOS mailing list CentOS@centos.

Re: [CentOS] Starting stunnel on boot with CentOS7

2015-12-22 Thread Jonathan Billings
On Tue, Dec 22, 2015 at 12:09:14PM -0600, Leroy Tennison wrote: > The stunnel package doesn't come with an init script and systemctl > doesn't list it as a service I recognize, I guess I could put it in > /etc/rd.d/rc.local or create a script in /etc/rc.d/init.d but > thought I'd ask before creatin

[CentOS] Starting stunnel on boot with CentOS7

2015-12-22 Thread Leroy Tennison
The stunnel package doesn't come with an init script and systemctl doesn't list it as a service I recognize, I guess I could put it in /etc/rd.d/rc.local or create a script in /etc/rc.d/init.d but thought I'd ask before creating my own solution. Confidentiality Notice | This email and any inc