summaryrefslogtreecommitdiff
path: root/src/conf_mode/system-timezone.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/system-timezone.py')
-rwxr-xr-xsrc/conf_mode/system-timezone.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_mode/system-timezone.py b/src/conf_mode/system-timezone.py
index 4d9f017a6..3d98ba774 100755
--- a/src/conf_mode/system-timezone.py
+++ b/src/conf_mode/system-timezone.py
@@ -48,6 +48,7 @@ def generate(tz):
def apply(tz):
call('/usr/bin/timedatectl set-timezone {}'.format(tz['name']))
+ call('systemctl restart rsyslog')
if __name__ == '__main__':
try: