1
0
Fork 0
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:
Jimmy Monin 2018-07-01 10:05:00 +02:00
parent c97db21b4a
commit 569d8e9d74
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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