diff --git a/scripts/install b/scripts/install index 9229336..6cec36b 100644 --- a/scripts/install +++ b/scripts/install @@ -173,7 +173,7 @@ yunohost service add $app --description "$app daemon for Ghost" --log_type "syst ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started ghost systemd service" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Ghost boot" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 1f913ff..b631be9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -121,7 +121,7 @@ yunohost service add $app --description "$app daemon for Ghost" --log_type "syst #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started ghost systemd service" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Ghost boot" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 4ad2741..26f6bc5 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -230,7 +230,7 @@ yunohost service add $app --description "$app daemon for Ghost" --log_type "syst #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started ghost systemd service" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Ghost boot" #================================================= # RELOAD NGINX