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

line_match

This commit is contained in:
yalh76 2022-06-23 14:17:11 +02:00
parent 1245520b05
commit d89f8edb52
4 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@ fi
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:"
#=================================================
# RELOAD NGINX

View file

@ -177,7 +177,7 @@ yunohost service add $app --description="$app daemon, turns any database into a
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:"
#=================================================
# SETUP SSOWAT

View file

@ -125,7 +125,7 @@ yunohost service add $app --description="$app daemon, turns any database into a
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:"
#=================================================
# GENERIC FINALIZATION

View file

@ -151,7 +151,7 @@ yunohost service add $app --description="$app daemon, turns any database into a
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Visit : localhost:"
#=================================================
# RELOAD NGINX