1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

fixing pleroma service stop

This commit is contained in:
yalh76 2020-01-17 20:48:23 +01:00
parent d4465eca70
commit 59a58ea635
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ cache=$(ynh_app_setting_get --app=$app --key=cache)
#=================================================
ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================
# BACKUP THE APP MAIN DIR

View file

@ -74,7 +74,7 @@ fi
#=================================================
ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================
# MODIFY URL IN NGINX CONF

View file

@ -126,7 +126,7 @@ ynh_abort_if_errors
#=================================================
ynh_print_info --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
pkill -u $app
#=================================================
# UPGRADE TO OTP RELEASE