1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Fix systemd start in change_url

This commit is contained in:
mh4ckt3mh4ckt1c4s 2023-03-04 01:05:55 +01:00
parent c671580678
commit ea40666572

View file

@ -122,7 +122,7 @@ ynh_replace_string --match_string="base_url: https://$old_domain$old_path}" --re
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=uwsgi-app@$app.service --action="start" --line_match="spawned uWSGI master process" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=uwsgi-app@$app.service --action="start" --log_path="/var/log/$app/$app.log"
#=================================================
# RELOAD NGINX