mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 12:02:12 +00:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
# NTP Servers to use for ntpdate
|
|
NTPSERVERS="pool.ntp.org"
|
|
|
|
# Get initial time via ntpdate?
|
|
NTPDATE=no
|
|
NTPDATE_OPTS="-t 5"
|
|
|
|
# Start the ntp daemon?
|
|
NTPD=yes
|