From 8a8d9be6a09223d17000b70dcd480f00864e2178 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 28 Dec 2023 04:43:13 +0100 Subject: [PATCH] =?UTF-8?q?Apply=20line=5Fmatch=20fix=20such=20that=20we?= =?UTF-8?q?=20have=20a=20commit=20we=20can=20reliably=20test=20upgrade=20f?= =?UTF-8?q?rom=20in=20future=20versions=20=C3=A9=5F=C3=A8=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3896502..6e63636 100644 --- a/scripts/install +++ b/scripts/install @@ -198,7 +198,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