From f09dfe73e77002fb61913037073e691259aa6b5b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 8 Nov 2020 19:13:35 +0100 Subject: [PATCH] Reverting to manual startup of the service to init xml setting file --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 004ff25..ac06e62 100644 --- a/scripts/install +++ b/scripts/install @@ -92,8 +92,9 @@ ynh_system_user_create --username=$app # Load services once to generate system.xml systemctl enable jellyfin -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Startup complete" -ynh_systemd_action --service_name=$app --action="stop" +systemctl start jellyfin +sleep 5 +systemctl stop jellyfin # Port config ynh_replace_string --match_string="8096" --replace_string="$port" --target_file="/etc/jellyfin/system.xml"