mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
#
|
|
# Set time sync interval (in seconds) here.
|
|
# Setting SNTPC_INTERVAL to 0 will make sntp run once and just exit
|
|
#
|
|
|
|
SNTPC_INTERVAL="0"
|
|
|
|
# The NTP server to use as time source
|
|
SNTPC_HOST=pool.ntp.org
|