From 26ec6ad2b461187e8496b0d3b8e7c0e25713ad81 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 10 Mar 2019 10:49:06 +0000 Subject: [PATCH] Document script_timeout --- example/gamemode.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/gamemode.ini b/example/gamemode.ini index 9b7817f..a0ab428 100644 --- a/example/gamemode.ini +++ b/example/gamemode.ini @@ -82,3 +82,6 @@ inhibit_screensaver=1 ;end=notify-send "GameMode ended" ; /home/me/bin/start_ethmining.sh + +; Timeout for scripts (seconds). Scripts will be killed if they do not complete within this time. +;script_timeout=10