diff options
Diffstat (limited to 'main/sntpc/sntpc.confd')
-rw-r--r-- | main/sntpc/sntpc.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/sntpc/sntpc.confd b/main/sntpc/sntpc.confd new file mode 100644 index 0000000000..a92e4be868 --- /dev/null +++ b/main/sntpc/sntpc.confd @@ -0,0 +1,9 @@ +# +# 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 |