1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Switching start line_match

This commit is contained in:
yalh76 2020-06-14 17:36:38 +02:00
parent 084d3a5ca5
commit 24618fc491
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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