diff --git a/scripts/restore b/scripts/restore index 930ee84..a456590 100644 --- a/scripts/restore +++ b/scripts/restore @@ -96,7 +96,9 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name #================================================= ynh_script_progression --message="Restoring the systemd configuration..." --weight=8 -ynh_restore_file --origin_path="/etc/systemd/system/$app.service" +#ynh_restore_file --origin_path="/etc/systemd/system/$app.service" +# Create a dedicated systemd config +ynh_add_systemd_config --others_var="ynh_node_load_PATH" systemctl enable $app.service #=================================================