Skip to content
Snippets Groups Projects
Commit 2b103bff authored by BRONES Romain's avatar BRONES Romain
Browse files

Add configuration of NTP

* default to one server: 'ntp'
parent c34cd7d3
No related branches found
No related tags found
No related merge requests found
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
driftfile /var/lib/ntp/ntp.drift
# You do need to talk to an NTP server or two (or three).
server ntp
# pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will
# pick a different set every time it starts up. Please consider joining the
# pool: <http://www.pool.ntp.org/join.html>
#server 0.debian.pool.ntp.org iburst
#server 1.debian.pool.ntp.org iburst
#server 2.debian.pool.ntp.org iburst
#server 3.debian.pool.ntp.org iburst
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment