diff --git a/scripts/change_url b/scripts/change_url index 1f0ec14..2b7e47f 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -99,6 +99,15 @@ then ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" fi +#================================================= +# GENERIC FINALISATION +#================================================= +# START SYSTEMD SERVICE +#================================================= +ynh_script_progression --message="Starting a systemd service..." --weight=1 + +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" + #================================================= # RELOAD NGINX #=================================================