mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
[add] sleep time to let the service start
This commit is contained in:
parent
1f2ef3f92d
commit
821d487c67
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ ynh_script_progression --message="Starting a systemd service..." --time --weight
|
|||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
|
||||
sleep 5
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
Loading…
Add table
Reference in a new issue