From 2aead9301bba8942f52b0ae92181cf9ace6a86c2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 20 Apr 2023 22:29:29 +0200 Subject: [PATCH] Fix service start detection in restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 6fb0d58..e98d9b4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -73,7 +73,7 @@ yunohost service add $app --description="Dendrite Matrix homeserver" --log="/var #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --line_match="Cleaning old notifications" --log_path="systemd" +ynh_systemd_action --service_name=$app --action="start" --line_match="Starting external listener" --log_path="systemd" #================================================= # GENERIC FINALIZATION