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

Cleanup start line_match

This commit is contained in:
Salamandar 2024-03-15 23:41:16 +01:00
parent 19d085ad43
commit 11ba09c729
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ ynh_script_progression --message="Starting a systemd service..."
for service in "${services[@]}"; do
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
done
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
#=================================================
# END OF SCRIPT

View file

@ -98,7 +98,7 @@ for service in "${services[@]}"; do
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
done
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
#=================================================
# END OF SCRIPT

View file

@ -65,7 +65,7 @@ for service in "${services[@]}"; do
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
done
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
ynh_systemd_action --service_name=nginx --action=reload

View file

@ -98,7 +98,7 @@ for service in "${services[@]}"; do
ynh_systemd_action --service_name="${app}_${service}" --action="start" --log_path="systemd" --line_match="ready"
done
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd" --line_match="Started"
ynh_systemd_action --service_name="uwsgi-app@$app.service" --action="start" --log_path="systemd"
#=================================================
# END OF SCRIPT