diff --git a/scripts/install b/scripts/install index 813c11e..47e03b4 100755 --- a/scripts/install +++ b/scripts/install @@ -128,13 +128,13 @@ yunohost service add "${app}_workers" #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=1 +ynh_script_progression --message="Starting systemd services..." --weight=15 # Start a systemd service ynh_systemd_action --service_name="${app}" --action="start" --log_path="/var/log/$app/$app.log" --line_match="Booting worker with pid" ynh_systemd_action --service_name="${app}_workers" --action="start" --log_path="systemd" --line_match="ready" - +systemctl daemon-reload #================================================= # END OF SCRIPT #=================================================