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

2019-02-21 Thread Marcio Demetrio Bacci
ook reload log_end_msg 0 ;; restart|force-reload) ( . $0 stop ) ( . $0 start ) ;; *) echo "Usage: /etc/init.d/drbd {start|stop|status|reload|restart|force-reload}" exit 1 ;; esac exit 0

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