From db02fe0de7fa9198c40c420dc8cad81e814ef53b Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 21 Jan 2024 16:38:00 +0100 Subject: [PATCH] check if service is started correctly --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index e60c564..868ff95 100644 --- a/scripts/restore +++ b/scripts/restore @@ -47,7 +47,7 @@ yunohost service add $app --description="Bonfire daemon" --log="/var/log/$app/$a #================================================= ynh_script_progression --message="Starting Bonfire daemon service..." --weight=1 -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" ynh_systemd_action --service_name=nginx --action=reload