]> www.vanbest.org Git - motioneye-debian/commitdiff
tzctl: timezone changing requires reboot
authorCalin Crisan <ccrisan@gmail.com>
Sun, 31 May 2015 14:15:49 +0000 (17:15 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 31 May 2015 14:15:49 +0000 (17:15 +0300)
src/tzctl.py

index c5345621734bb70ec0e66dbf58cec6af479d5c81..ff36ab78b7b7cf54dbad558289b1480534aebc0d 100644 (file)
@@ -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
     }