From 4a6148e20ae4ad0ce5e5f2ae0d94a4bd2c76e012 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 21 Jan 2024 16:37:26 +0100 Subject: [PATCH] check if service is started correctly --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0f705d8..69c0252 100644 --- a/scripts/install +++ b/scripts/install @@ -103,7 +103,7 @@ yunohost service add $app --description="Bonfire daemon" --log="/var/log/$app/$a ynh_script_progression --message="Starting Bonfire daemon service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="[info] Running Bonfire.Web.Endpoint" #================================================= # END OF SCRIPT