set timezone to utc on server setup (#588)
This commit is contained in:
parent
903fe96751
commit
e9aecafb09
|
@ -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
|
# 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
|
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
|
||||||
|
|
Reference in New Issue