From: Michael Friedrich Date: Tue, 29 Apr 2014 15:26:39 +0000 (+0200) Subject: icinga2 init script should start/stop mysql/pgsql. X-Git-Tag: v0.0.11~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cfc0afc8a77415fefbf21288f6365e8c3b5e328;p=icinga2 icinga2 init script should start/stop mysql/pgsql. Fixes #5479 --- diff --git a/etc/init.d/icinga2.cmake b/etc/init.d/icinga2.cmake index f181fa90a..26b108cca 100644 --- a/etc/init.d/icinga2.cmake +++ b/etc/init.d/icinga2.cmake @@ -7,6 +7,8 @@ # Provides: icinga2 # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog +# Should-Start: mysql postgresql +# Should-Stop: mysql postgresql # Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: icinga2 host/service/network monitoring and management system