Revision 3b66e07b

b/snf-image-host/common.sh.in
275 275
: ${HELPER_KERNEL:="@HELPER_KERNEL@"}
276 276
: ${HELPER_INITRD:="@HELPER_INITRD@"}
277 277
: ${HELPER_PKG:="@HELPER_DIR@/snf-image-helper.deb"}
278
: ${HELPER_SOFT_TIMEOUT=120}
279
: ${HELPER_HARD_TIMEOUT=15}
278
: ${HELPER_SOFT_TIMEOUT=15}
279
: ${HELPER_HARD_TIMEOUT=5}
280 280
: ${HELPER_USER="nobody"}
281 281

  
282 282
SCRIPT_NAME=$(basename $0)
b/snf-image-host/defaults
36 36
# Helper instance will be terminated after a given time if it hasn't exited by
37 37
# itself. The time to wait before killing the process is specified by those
38 38
# variables. When soft/hard limit expires, a SIGTERM/SIGKILL is sent.
39
# HELPER_SOFT_TIMEOUT="120"
40
# HELPER_HARD_TIMEOUT="15"
39
# HELPER_SOFT_TIMEOUT="15"
40
# HELPER_HARD_TIMEOUT="5"
41 41

  
42 42
# HELPER_USR: For security reasons, the helper vm is not adviced to to run as
43 43
# root. It should drop privileges just before the guest execution starts. The

Also available in: Unified diff