set timezone to utc on server setup (#588)

This commit is contained in:
Karol Wypchło 2021-01-20 15:52:30 +01:00 committed by GitHub
parent 903fe96751
commit e9aecafb09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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