parameterize debian init startup timeout

This commit is contained in:
Stephan Eckweiler 2017-10-09 17:11:06 +01:00
parent 7714c925e0
commit c018a3a7d1
2 changed files with 2 additions and 1 deletions

View file

@ -165,7 +165,7 @@ case "$1" in
return=$?
if [ $return -eq 0 ]; then
i=0
timeout=10
timeout={{es_debian_startup_timeout}}
# Wait for the process to be properly started before exiting
until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1
do