Add network requirement to init script

fixes #4921
This commit is contained in:
Michael Friedrich 2017-03-30 18:45:56 +02:00
parent 4f5b546d27
commit 8842aa9b0c

View File

@ -5,8 +5,8 @@
#
### BEGIN INIT INFO
# Provides: icinga2
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Required-Start: $remote_fs $syslog $network
# Required-Stop: $remote_fs $syslog $network
# Should-Start: mysql postgresql
# Should-Stop: mysql postgresql
# Default-Start: 2 3 5