summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/mythwelcome-config.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-01-09 15:07:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-01-09 15:07:58 (GMT)
commit8d3d5fc17ddda68793375eb9910213eee8f1bf67 (patch)
tree0b8252bd29147bfb6abbd5df3b517b7172d6200e /abs/core/LinHES-system/mythwelcome-config.py
parent084d8936e356adcdb833244311b203a1b3978538 (diff)
downloadlinhes_pkgbuild-8d3d5fc17ddda68793375eb9910213eee8f1bf67.zip
linhes_pkgbuild-8d3d5fc17ddda68793375eb9910213eee8f1bf67.tar.gz
linhes_pkgbuild-8d3d5fc17ddda68793375eb9910213eee8f1bf67.tar.bz2
LinHES-system: mythwelcome-config.py: change some settings so daily wake is respected
Diffstat (limited to 'abs/core/LinHES-system/mythwelcome-config.py')
-rwxr-xr-xabs/core/LinHES-system/mythwelcome-config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/mythwelcome-config.py b/abs/core/LinHES-system/mythwelcome-config.py
index 5a8727f..f3f96fc 100755
--- a/abs/core/LinHES-system/mythwelcome-config.py
+++ b/abs/core/LinHES-system/mythwelcome-config.py
@@ -25,7 +25,7 @@ if mythdb.settings[localhostname].HostSystemType == u'Master_backend':
else:
mythdb.settings.NULL.idleTimeoutSecs = u'0'
-mythdb.settings.NULL.WakeupTimeFormat = u'time_t'
-mythdb.settings.NULL.SetWakeuptimeCommand = u'sudo /usr/LH/bin/mythwelcome-set-alarm.sh $time'
-mythdb.settings.NULL.ServerHaltCommand = u'sudo /usr/bin/poweroff'
+mythdb.settings.NULL.WakeupTimeFormat = u'yyyy-MM-ddThh:mm:ss'
+mythdb.settings.NULL.SetWakeuptimeCommand = u'/usr/bin/mythshutdown --setwakeup $time'
+mythdb.settings.NULL.ServerHaltCommand = u'/usr/bin/mythshutdown --shutdown'
mythdb.settings.NULL.preSDWUCheckCommand = u'/usr/LH/bin/idle.py -s -d -l'