From a13704092c003b3b7946ae0d14345c0d68844e84 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 8 Jul 2021 11:19:38 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index f371fc8..93ad826 100644 --- a/scripts/install +++ b/scripts/install @@ -113,7 +113,7 @@ yunohost service add $app --description="Web-based IRC client in Go" --log="/var ynh_script_progression --message="Starting a systemd service..." --weight=2 # 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="Listening on port" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 23110a6..78b6f2b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -90,7 +90,7 @@ yunohost service add $app --description="Web-based IRC client in Go" --log="/var #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd +ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on port" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index b51807a..36b06d8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,7 @@ yunohost service add $app --description="Web-based IRC client in Go" --log="/var #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd +ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on port" #================================================= # RELOAD NGINX