diff --git a/scripts/install b/scripts/install index 959392f..ebcc3d7 100755 --- a/scripts/install +++ b/scripts/install @@ -163,7 +163,7 @@ yunohost service add $app --description="A short description of the app" --log=" ynh_script_progression --message="Starting a systemd service..." --weight=3 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --timeout="120" #================================================= # SETUP SSOWAT