parameterize debian init startup timeout
This commit is contained in:
parent
7714c925e0
commit
c018a3a7d1
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue