25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Entries in this file show the compile time defaults.
|
|
# You can change settings by editing this file.
|
|
# Defaults can be restored by simply deleting this file.
|
|
#
|
|
# See timesyncd.conf(5) for details.
|
|
|
|
[Time]
|
|
# Enter your desired NTP servers here. I'm in Canada so I like using:
|
|
# time.nrc.ca time.chu.nrc.ca
|
|
# Other great options are your local ntp.org pool. In Canada:
|
|
# 0.ca.pool.ntp.org 1.ca.pool.ntp.org 2.ca.pool.ntp.org 3.ca.pool.ntp.org
|
|
# You can find all ntp.org server pools at https://www.ntppool.org/zone/@ and
|
|
# then navigate to your closest region.
|
|
# I've set this file to use the 'universal' global pools by default
|
|
Servers=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org
|
|
#NTP=
|
|
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
|