1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyseerr_ynh.git synced 2024-09-03 19:26:18 +02:00

sleep service to see if that helps

This commit is contained in:
Thomas 2023-05-10 17:30:18 +02:00 committed by GitHub
parent c59cf8d1d5
commit 451452b026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,9 @@ 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
#=================================================
# END OF SCRIPT
#=================================================