Re: [CentOS] Help with C7 start script

2016-07-18 Thread Phil Manuel
Hi, I think it's related to either TimeoutStopSec=0 TimeoutStartSec=0 You might want to check out these options for your service definition. Phil. On Tue, 19 Jul 2016 at 03:21 Jonathan Billings wrote: > On Mon, Jul 18, 2016 at 08:06:59PM +0300, Eero Volotinen wrote: > > > > Try this > > > ht

Re: [CentOS] Help with C7 start script

2016-07-18 Thread Jonathan Billings
On Mon, Jul 18, 2016 at 08:06:59PM +0300, Eero Volotinen wrote: > > Try this > https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/ Note: the accepted answer there is wrong, it should be /etc/rc.d/rc.local, not /etc/rc.local. Anyway, using /etc/rc.d/rc.local w

Re: [CentOS] Help with C7 start script

2016-07-18 Thread Jonathan Billings
On Mon, Jul 18, 2016 at 11:41:21AM -0400, Jerry Geis wrote: > For the most part this works every time on boot. > > However - when I do a "yum update" and the kernel changes part of my > boot.sh is to > detect that kernel change and recompile some of my drivers. > The kernel change is detected and

Re: [CentOS] Help with C7 start script

2016-07-18 Thread Eero Volotinen
Try this https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/ Eero 18.7.2016 6.42 ip. "Jerry Geis" kirjoitti: > Under the old C6 I put an entry in rc.local to run my programs I want. We > will call it /path/boot.sh > Worked fine. > > Under C7 I have created