1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyseerr_ynh.git synced 2024-09-03 19:26:18 +02:00
This commit is contained in:
Thomas 2023-05-10 18:07:39 +02:00 committed by GitHub
parent 67e0e6f727
commit b6eea18200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -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
#=================================================

View file

@ -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