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

Add line_match to prevent 502

This commit is contained in:
ericgaspar 2021-03-01 10:08:28 +01:00
parent cd9d60c767
commit 10a108ea92
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ fi
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=5
ynh_systemd_action --service_name=$app --action=start --log_path="systemd"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Started Komga server"
#=================================================
# RELOAD NGINX

View file

@ -146,7 +146,7 @@ yunohost service add $app --description="Media server for your comics, manga and
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action=start --log_path="systemd"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Started Komga server"
#=================================================
# SETUP SSOWAT

View file

@ -110,7 +110,7 @@ yunohost service add $app --description="Media server for your comics, manga and
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=3
ynh_systemd_action --service_name=$app --action=start --log_path="systemd"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Started Komga server"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION

View file

@ -130,7 +130,7 @@ yunohost service add $app --description="Media server for your comics, manga and
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action=start --log_path="systemd"
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Started Komga server"
#=================================================
# RELOAD NGINX