mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 22:32:14 +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
|