diff --git a/conf/jellyseerr.conf b/conf/jellyseerr.conf index 460c7cc..2d081ad 100644 --- a/conf/jellyseerr.conf +++ b/conf/jellyseerr.conf @@ -3,7 +3,7 @@ PORT=__PORT__ # specify on which interface to listen, by default jellyseerr listens on all interfaces -#HOST=127.0.0.1 +# HOST=127.0.0.1 # Uncomment if your media server is emby instead of jellyfin. # JELLYFIN_TYPE=emby diff --git a/scripts/install b/scripts/install index be28383..36c35db 100755 --- a/scripts/install +++ b/scripts/install @@ -104,7 +104,7 @@ ynh_script_progression --message="Starting a systemd service..." # Start a systemd service ynh_exec_warn_less ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Starting Overseer version" -sleep 60 + #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index a36dece..7d534f6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,9 @@ chown $app:$app "$install_dir/jellyseerr.conf" #================================================= 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" +ynh_exec_warn_less ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Starting Overseer version" + + #================================================= # END OF SCRIPT