Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2017-05-15 Thread Jonathan Billings
On Mon, May 15, 2017 at 04:07:35PM +, KM wrote: > Hello,Nothing I have found has solved this issue.  the service > starts on boot, but the booting process continues.  When I log in my > startup script is still running and finishes up.  that is good at > least, but I'd still like to know how to

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2017-05-15 Thread KM
ks in advance.KM From: KM To: CentOS mailing list Sent: Tuesday, August 9, 2016 3:38 PM Subject: Re: [CentOS] centos 7- boot doesn't wait for startup script to complete FYI - I just found the following post, https://www.centos.org/forums/viewtopic.php?f=47&t=48140 , which

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-09 Thread KM
w.  Any way to see what it is doing?  I'll try debugging into out application logs again, but haven't had much luck with that.Thanks in advanceKM From: Jonathan Billings To: CentOS mailing list Sent: Thursday, August 4, 2016 5:10 PM Subject: Re: [CentOS] centos 7- boot doesn

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-09 Thread KM
I'll try debugging into out application logs again, but haven't had much luck with that.Thanks in advanceKM From: Jonathan Billings To: CentOS mailing list Sent: Thursday, August 4, 2016 5:10 PM Subject: Re: [CentOS] centos 7- boot doesn't wait for startup script to com

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-05 Thread KM
list Sent: Thursday, August 4, 2016 5:10 PM Subject: Re: [CentOS] centos 7- boot doesn't wait for startup script to complete > On Aug 4, 2016, at 14:35, KM wrote: > > thank you for the feedback.  I tried using > Before=systemd-user-sessions.service.  At first glance it s

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-04 Thread Jonathan Billings
e still a oneshot type? If you are starting daemonized services, systemd is probably terminating them. You should use a 'forking' type for services that will keep around processes. > From: Jonathan Billings > To: CentOS mailing list > Sent: Tuesday, August 2, 2016 9:28

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-04 Thread KM
os 7- boot doesn't wait for startup script to complete On Tue, Aug 02, 2016 at 12:56:21PM +, KM wrote: > # used to set up the Myservices onstartup > [Unit] > Description=Start and stop Myservices > > [Service] > Type=oneshot > ExecStart=/etc/init.d/Myservices start &g

Re: [CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-02 Thread Jonathan Billings
On Tue, Aug 02, 2016 at 12:56:21PM +, KM wrote: > # used to set up the Myservices onstartup > [Unit] > Description=Start and stop Myservices > > [Service] > Type=oneshot > ExecStart=/etc/init.d/Myservices start > ExecStop=/etc/init.d/Myservices stop > RemainAfterExit=yes > > [Install] > WantedB

[CentOS] centos 7- boot doesn't wait for startup script to complete

2016-08-02 Thread KM
Hi All,I have a general question.  I have an old rc type startup script that I am still using on CentOS 7.  I got it to run by creating the systemd service file... a simple one as shown below, for Myservices. # used to set up the Myservices onstartup[Unit]Description=Start and stop Myservices[S