From e9aecafb095e7890567a38fd7ee9acff4841773b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Wed, 20 Jan 2021 15:52:30 +0100 Subject: [PATCH] set timezone to utc on server setup (#588) --- setup-scripts/setup-server.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-scripts/setup-server.sh b/setup-scripts/setup-server.sh index 2274691a..bd5c8fbe 100755 --- a/setup-scripts/setup-server.sh +++ b/setup-scripts/setup-server.sh @@ -34,3 +34,6 @@ rm alacritty.info # Set up file limits - siad uses a lot so we need to adjust so it doesn't choke up sudo cp /home/user/skynet-webportal/setup-scripts/support/limits.conf /etc/security/limits.conf + +# Set UTC timezone so all of the servers report the same time +sudo timedatectl set-timezone UTC