From c0404337b5055613f8c329cbf7ddd24abd556826 Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 3 Jul 2024 15:57:54 +0200 Subject: [PATCH] stop service during remove --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index e31963a..a56bbd2 100644 --- a/scripts/remove +++ b/scripts/remove @@ -22,6 +22,8 @@ fi # Remove the dedicated NGINX config ynh_remove_nginx_config +ynh_systemd_action --service_name="$app" --action="stop" + #================================================= # UNINSTALLING NETDATA #=================================================