From: Calin Crisan Date: Sun, 31 May 2015 14:15:49 +0000 (+0300) Subject: tzctl: timezone changing requires reboot X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4944a504f49c2db83f5b1948e8ed3b45d4645598;p=motioneye-debian tzctl: timezone changing requires reboot --- diff --git a/src/tzctl.py b/src/tzctl.py index c534562..ff36ab7 100644 --- a/src/tzctl.py +++ b/src/tzctl.py @@ -133,6 +133,7 @@ def timeZone(): 'choices': [(t, t) for t in timezones], 'section': 'general', 'advanced': True, + 'reboot': True, 'get': _get_time_zone, 'set': _set_time_zone }