From 2c0885db44d32bccbf6bd05cc167f5628b105196 Mon Sep 17 00:00:00 2001 From: squeak Date: Thu, 11 Mar 2021 08:54:09 +0100 Subject: [PATCH] Modified systemd starting message, for more clarity on why it's so long. --- scripts/change_url | 2 +- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 534e92b..0e319f9 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -111,7 +111,7 @@ fi #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=40 +ynh_script_progression --message="Starting dato app service and building pages..." --weight=60 ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port" diff --git a/scripts/install b/scripts/install index 70c5510..6c369c0 100755 --- a/scripts/install +++ b/scripts/install @@ -239,7 +239,7 @@ yunohost service add $app --description="Data storage with a convenient and flex #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=60 +ynh_script_progression --message="Starting dato app service and building pages..." --weight=60 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port" diff --git a/scripts/restore b/scripts/restore index f0eba73..38aef12 100755 --- a/scripts/restore +++ b/scripts/restore @@ -118,7 +118,7 @@ yunohost service add $app --description="Data storage with a convenient and flex #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=60 +ynh_script_progression --message="Starting dato app service and building pages..." --weight=60 ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port" diff --git a/scripts/upgrade b/scripts/upgrade index ae3a3cc..dbe4bdb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -203,7 +203,7 @@ yunohost service add $app --description="Data storage with a convenient and flex #================================================= # START SYSTEMD SERVICE #================================================= -ynh_script_progression --message="Starting a systemd service..." --weight=60 +ynh_script_progression --message="Starting dato app service and building pages..." --weight=60 ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="electrode server listening on port"