Re: control the order of service initialization in the Debian 9

2019-02-21 Thread Reco
Hi. On Thu, Feb 21, 2019 at 07:53:11PM -0300, Marcio Demetrio Bacci wrote: > Thank you for help me, but my problem persists. Yup. Just as planned. > I have already changed my file /etc/init.d/drbd > ... > run_hook start_before-wait > $DRBDADM wait-con-int # User interru

Re: control the order of service initialization in the Debian 9

2019-02-21 Thread Marcio Demetrio Bacci
Thank you for help me, but my problem persists. I have already changed my file /etc/init.d/drbd This is my /etc/init.d/drbd #!/bin/bash # # chkconfig: - 70 08 # description: Loads and unloads the drbd module # # Copyright 2001-2013 LINBIT # # Philipp Reisner, Lars Ellenberg # ### BEGIN INIT INF

Re: control the order of service initialization in the Debian 9

2019-02-21 Thread Reco
Hi. On Thu, Feb 21, 2019 at 03:10:44PM -0300, Marcio Demetrio Bacci wrote: > Hi, > > I need to control the order of service initialization in my Debian 9 Server. > > The problem is the following: > > I beliave that my DRBD service don't start because the iscsi doesn't ready. Last time

control the order of service initialization in the Debian 9

2019-02-21 Thread Marcio Demetrio Bacci
Hi, I need to control the order of service initialization in my Debian 9 Server. The problem is the following: I beliave that my DRBD service don't start because the iscsi doesn't ready. This way, I intend to change priority of DRBD initialization to initialize after iscsi service. Where can I