From 2cfc0afc8a77415fefbf21288f6365e8c3b5e328 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 29 Apr 2014 17:26:39 +0200 Subject: [PATCH] icinga2 init script should start/stop mysql/pgsql. Fixes #5479 --- etc/init.d/icinga2.cmake | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0