From a4bc77e3326cb7977fbaa81997a28a90863caf3c Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 23 May 2019 09:43:38 +0200 Subject: [PATCH] Waiting for airsonic service during change url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 938c6e4..0c89ed2 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -104,7 +104,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Starting a systemd service..." --time --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="$final_path/airsonic.log" --line_match="Started Application in" #================================================= # RELOAD NGINX