7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
|
# Config file for /etc/init.d/busybox-ntpd
|
||
|
|
||
|
# run "/sbin/ntpd --help" to see all possible options.
|
||
|
|
||
|
# Get time from specified server and run in background
|
||
|
NTPD_OPTS="-N -p pool.ntp.org"
|