diff --git a/scripts/restore b/scripts/restore index 0fdde7b..9fc32db 100644 --- a/scripts/restore +++ b/scripts/restore @@ -78,6 +78,7 @@ ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Restoring the systemd configuration..." --weight=2 ynh_restore_file --origin_path="/etc/systemd/system/$app.service" + systemctl enable $app.service --quiet #=================================================