summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
authorSimon Rettberg2019-11-04 16:23:45 +0100
committerSimon Rettberg2019-11-04 16:23:45 +0100
commitb707fff01a75187e0b1112034e9aa40dd4e36160 (patch)
treed06cb6156d275da8ac14cf50c6b23225f1a8dcef /core/modules/vmchooser2
parent[smartctl] only keep cron job (diff)
downloadmltk-b707fff01a75187e0b1112034e9aa40dd4e36160.tar.gz
mltk-b707fff01a75187e0b1112034e9aa40dd4e36160.tar.xz
mltk-b707fff01a75187e0b1112034e9aa40dd4e36160.zip
[vmchooser2] sessionstart: Increase delay to two seconds
Diffstat (limited to 'core/modules/vmchooser2')
-rwxr-xr-xcore/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart b/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart
index 215077e3..0d75a4cf 100755
--- a/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart
+++ b/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart
@@ -2,9 +2,9 @@
# Give it some time, in case starting the session fails.
# In that case, vmchooser will send us a SIGTERM, which will
-# hopefully happen within one second, so we wont't execute
+# hopefully happen within two seconds, so we won't execute
# all the sessionstart hooks.
-sleep 1
+sleep 2
SOURCEPATH="/opt/openslx/vmchooser/sessionstart.d"