summaryrefslogtreecommitdiffstats
path: root/core/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher')
-rwxr-xr-xcore/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher b/core/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher
index 640ef9fb..62a919ee 100755
--- a/core/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher
+++ b/core/modules/idleaction/data/opt/openslx/scripts/idle-daemon-launcher
@@ -29,6 +29,7 @@ if [ -z "${SLX_EXAM}" ]; then
else
# Exam mode active
CMD="$CMD --min-idle 7200" # Ignore schedule if idle time is lower than 2h
+ CMD="$CMD --cmd /opt/openslx/scripts/idle-daemon-trigger-wrapper" # Use wrapper for slxlog
# Add additional times -- We might miss tightly scheduled ones because of --min-idle
if [ -n "$SLX_SHUTDOWN_SCHEDULE" ]; then
SLX_SHUTDOWN_SCHEDULE="$SLX_SHUTDOWN_SCHEDULE 23:00 4:00"