1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
yalh76 2023-08-19 13:29:08 +02:00 committed by Félix Piédallu
parent 6386444d82
commit 761f105713

View file

@ -42,8 +42,9 @@ fi
ynh_script_progression --message="Stopping and removing the systemd service..." ynh_script_progression --message="Stopping and removing the systemd service..."
# Remove the dedicated systemd config # Remove the dedicated systemd config
ynh_remove_systemd_config ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped"
pkill -f $app || true pkill -f $app || true
ynh_remove_systemd_config
#================================================= #=================================================
# REMOVE THE POSTGRESQL DATABASE # REMOVE THE POSTGRESQL DATABASE