]> granicus.if.org Git - icinga2/commitdiff
icinga2 init script should start/stop mysql/pgsql.
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 29 Apr 2014 15:26:39 +0000 (17:26 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 29 Apr 2014 15:26:39 +0000 (17:26 +0200)
Fixes #5479

etc/init.d/icinga2.cmake

index f181fa90a2285c2368c603a4bf93cf201130a8f1..26b108cca3b5bb5ca20f0f94388856200df0d18e 100644 (file)
@@ -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