mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Extend service start timeout
This commit is contained in:
parent
c97db21b4a
commit
569d8e9d74
3 changed files with 3 additions and 3 deletions
|
@ -330,4 +330,4 @@ systemctl reload nginx
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Wait for discourse to be fully started
|
# Wait for discourse to be fully started
|
||||||
ynh_check_starting "INFO -- : worker=$((unicorn_workers-1)) ready" "$final_path/log/unicorn.stderr.log" "120" "$app"
|
ynh_check_starting "INFO -- : worker=$((unicorn_workers-1)) ready" "$final_path/log/unicorn.stderr.log" "240" "$app"
|
||||||
|
|
|
@ -122,7 +122,7 @@ else
|
||||||
unicorn_workers=3
|
unicorn_workers=3
|
||||||
fi
|
fi
|
||||||
# Wait for discourse to be fully started
|
# Wait for discourse to be fully started
|
||||||
ynh_check_starting "INFO -- : worker=$((unicorn_workers-1)) ready" "$final_path/log/unicorn.stderr.log" "120" "$app"
|
ynh_check_starting "INFO -- : worker=$((unicorn_workers-1)) ready" "$final_path/log/unicorn.stderr.log" "240" "$app"
|
||||||
|
|
||||||
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
|
|
@ -223,7 +223,7 @@ else
|
||||||
unicorn_workers=3
|
unicorn_workers=3
|
||||||
fi
|
fi
|
||||||
# Wait for discourse to be fully started
|
# Wait for discourse to be fully started
|
||||||
ynh_check_starting "INFO -- : worker=$((unicorn_workers-1)) ready" "$final_path/log/unicorn.stderr.log" "120" "$app"
|
ynh_check_starting "INFO -- : worker=$((unicorn_workers-1)) ready" "$final_path/log/unicorn.stderr.log" "240" "$app"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DISABLE MAINTENANCE MODE
|
# DISABLE MAINTENANCE MODE
|
||||||
|
|
Loading…
Reference in a new issue