From 2c429e605ee7203a27598d66418ecc1368e3a161 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 28 Jun 2021 10:18:26 +0200 Subject: [PATCH] Update install --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) 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 #=================================================