diff --git a/scripts/change_url b/scripts/change_url index d806ef0..f1ba4f9 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -101,21 +101,6 @@ then ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" fi -#================================================= -# SETUP SYSTEMD -#================================================= -ynh_script_progression --message="Configuring a systemd service..." --weight=4 - -# Create a dedicated systemd config -ynh_add_systemd_config --others_var="ynh_node_load_PATH" - -#================================================= -# START SYSTEMD SERVICE -#================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=6 - -ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" --line_match="Your Etherpad version is" - #================================================= # RELOAD NGINX #=================================================