diff options
Diffstat (limited to 'etc/chrony.conf')
-rw-r--r-- | etc/chrony.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/chrony.conf b/etc/chrony.conf index a7fae543..60f37ba5 100644 --- a/etc/chrony.conf +++ b/etc/chrony.conf @@ -31,8 +31,9 @@ ! server 1.arch.pool.ntp.org iburst ! server 3.arch.pool.ntp.org iburst -# I choose to use offline instead of auto_offline because: what if wifi connected but has no network? this seems happened a lot to me when modem is up but router is down -pool 2.arch.pool.ntp.org offline +# I don't use auto_offline because: what if wifi connected but has no network? this seems happened a lot to me when modem is up but router is down +# I don't use offline because: I want to sync the clock sooner +pool 2.arch.pool.ntp.org iburst ####################################################################### ### AVOIDING POTENTIALLY BOGUS CHANGES TO YOUR CLOCK |