From dd1bd7a2c9d16104604629cd3d49a4d07257f65c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 2 Mar 2023 21:30:43 +0100 Subject: [PATCH] tweak --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5ca5b57..120e2a3 100755 --- a/scripts/install +++ b/scripts/install @@ -116,7 +116,7 @@ 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" +ynh_systemd_action --service_name="${app}_workers" --action="start" --log_path="systemd" --line_match="Succeeded" #================================================= # END OF SCRIPT