mirror of
https://github.com/YunoHost-Apps/jellyseerr_ynh.git
synced 2024-09-03 19:26:18 +02:00
fixes
This commit is contained in:
parent
67e0e6f727
commit
b6eea18200
3 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
PORT=__PORT__
|
PORT=__PORT__
|
||||||
|
|
||||||
# specify on which interface to listen, by default jellyseerr listens on all interfaces
|
# 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.
|
# Uncomment if your media server is emby instead of jellyfin.
|
||||||
# JELLYFIN_TYPE=emby
|
# JELLYFIN_TYPE=emby
|
||||||
|
|
|
@ -104,7 +104,7 @@ ynh_script_progression --message="Starting a systemd service..."
|
||||||
# Start 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"
|
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
|
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -92,7 +92,9 @@ chown $app:$app "$install_dir/jellyseerr.conf"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
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
|
# END OF SCRIPT
|
||||||
|
|
Loading…
Reference in a new issue