diff --git a/scripts/install b/scripts/install index 1d175b2..87ca37d 100644 --- a/scripts/install +++ b/scripts/install @@ -40,7 +40,7 @@ ynh_script_progression --message="Configuring NGINX web server..." # Create a dedicated NGINX config ynh_add_nginx_config -ynh_add_systemd_config +systemctl enable $app.service --quiet yunohost service add $app --description="Web-based Game Server Management System" --log="/var/log/$app/$app.log" diff --git a/scripts/upgrade b/scripts/upgrade index 0255d95..99ee8bf 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,7 +40,7 @@ ynh_script_progression --message="Upgrading system configurations related to $ap # Create a dedicated NGINX config ynh_add_nginx_config -ynh_add_systemd_config +systemctl enable $app.service --quiet yunohost service add $app --description="Web-based Game Server Management System" --log="/var/log/$app/$app.log"