fix service start

This commit is contained in:
yalh76 2019-04-03 06:45:25 +02:00
parent 4c8cac74ee
commit b27c501196
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ ynh_backup "/etc/systemd/system/$app.service"
#=================================================
ynh_print_info "Start $app service..."
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Server listening on localhost:9000"
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Server listening on localhost"
#=================================================
# END OF SCRIPT

View file

@ -146,7 +146,7 @@ systemctl reload nginx
#=================================================
ynh_print_info "Start $app service..."
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Server listening on localhost:9000"
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Server listening on localhost"
#=================================================
# END OF SCRIPT

View file

@ -227,7 +227,7 @@ systemctl reload nginx
#=================================================
ynh_print_info "Start $app service..."
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Server listening on localhost:9000"
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Server listening on localhost"
#=================================================
# END OF SCRIPT