From 5311d616b55fd6c24ffb31c1f22a8f733bdf9b7c Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 27 Dec 2023 15:40:05 +0100 Subject: [PATCH] Wait for the service to be fully started (db init) --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6cf9a01..b19147b 100644 --- a/scripts/install +++ b/scripts/install @@ -200,7 +200,7 @@ ynh_script_progression --message="Starting a systemd service..." mkdir -p "/var/log/$app" chown -R $app:$app "/var/log/$app" # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="HTTP server listening on localhost" #================================================= # INSTALL LDAP PLUGIN