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

Update service monitoring line_match

This commit is contained in:
tituspijean 2023-07-29 20:07:50 +02:00
parent fe8a3f6d7d
commit 6cbf506830
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
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" --line_match="Visit : localhost:"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started"
#=================================================
# RELOAD NGINX

View file

@ -174,7 +174,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" --line_match="Visit : localhost:"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started"
#=================================================
# 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" --line_match="Visit : localhost:"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started"
#=================================================
# GENERIC FINALIZATION

View file

@ -152,7 +152,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" --line_match="Visit : localhost:"
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="application successfully started"
#=================================================
# RELOAD NGINX