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

Update service start detection

This commit is contained in:
tituspijean 2023-09-11 06:52:11 +00:00
parent 9367912b98
commit 9e6355111a
4 changed files with 4 additions and 4 deletions

View file

@ -125,7 +125,7 @@ chown $app "$data_path/config.xml"
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server" --timeout=30
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" --timeout=30
#=================================================
# RELOAD NGINX

View file

@ -171,7 +171,7 @@ yunohost service add $app --description="Radarr daemon" --log="$data_path/logs/r
ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server" --timeout=30
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" --timeout=30
#=================================================
# SETUP SSOWAT

View file

@ -126,7 +126,7 @@ yunohost service add $app --description="Radarr daemon" --log="$data_path/logs/r
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server" --timeout=30
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" --timeout=30
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION

View file

@ -165,7 +165,7 @@ yunohost service add $app --description="Radarr daemon" --log="$data_path/logs/r
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=2
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Starting Web Server" --timeout=30
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Application started" --timeout=30
#=================================================
# RELOAD NGINX