diff --git a/pandora_server/bin/pandora_server b/pandora_server/bin/pandora_server index cc3590b245..85dd614e9f 100755 --- a/pandora_server/bin/pandora_server +++ b/pandora_server/bin/pandora_server @@ -702,3 +702,11 @@ else { win32_service_run(); } +################################################################################ +# Kill any scripts started by the Pandora FMS Server that are still running. +################################################################################ +END {{ + local $SIG{HUP} = "IGNORE"; + kill("HUP", -$$); +}} +