From f19c69c4ceb885dad90f2233c2259beeb06aea32 Mon Sep 17 00:00:00 2001 From: oiseauroch Date: Mon, 18 Dec 2023 16:40:50 +0100 Subject: [PATCH] add systemd startup test --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 99e25e6..b08fe05 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,9 @@ yunohost service add $app --description="s3 storage" --log="/var/log/$app/$app.l ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started Garage: Data Store." + + #================================================= # CONFIGURE GARAGE