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