Revision 7836baff snf-image-host/defaults

b/snf-image-host/defaults
29 29

  
30 30
# HELPER_TIMOUT: Soft and hard timeout limits for helper instance.
31 31
# The helper instance will be terminated after a given time if it hasn't exited
32
# by itself.
33
#
34
# When HELPER_SOFT_TIMEOUT seconds have passed, a SIGTERM is sent.
35
# When HELPER_HARD_TIMEOUT seconds more have passed, a SIGKILL is sent.
36
# HELPER_SOFT_TIMEOUT="15"
32
# by itself. A TERM signal will be send if the instance is running after
33
# a HELPER_SOFT_TIMEOUT interval. A KILL signal will be sent, if the instance
34
# is still running after a HELPER_HARD_TIMEOUT interval since the initial
35
# signal was sent. The timeout values are integer numbers with an optional
36
# suffix: `s' for seconds (the default), `m' for minutes, `h' for hours or `d'
37
# for days.
38
# HELPER_SOFT_TIMEOUT="20"
37 39
# HELPER_HARD_TIMEOUT="5"
38 40

  
39 41
# HELPER_USER: For security reasons, it is recommended that the helper VM

Also available in: Unified diff