From 4c35e73dc85eade07082cdb8be04b684370f1b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 6 Feb 2024 18:18:09 +0100 Subject: [PATCH] fix remove again --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 92bd396..1cb6029 100644 --- a/scripts/remove +++ b/scripts/remove @@ -21,7 +21,7 @@ fi # Properly kill the service processes ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd -pkill -f "$app" || true +pkill -u "$app" || true # Remove the dedicated systemd config ynh_remove_systemd_config