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
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
2 matches
Mail list logo