diff --git a/scripts/install b/scripts/install index 38f4d1d..c4a94b2 100644 --- a/scripts/install +++ b/scripts/install @@ -130,14 +130,6 @@ ynh_script_progression --message="Integrating service in YunoHost..." --time --w yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" -#================================================= -# START SYSTEMD SERVICE -#================================================= -ynh_script_progression --message="Starting a systemd service..." --time --weight=1 - -# Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" - #================================================= # SETUP SSOWAT #=================================================