diff options
Diffstat (limited to 'etc/conf.d/busybox-ntpd')
-rw-r--r-- | etc/conf.d/busybox-ntpd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/conf.d/busybox-ntpd b/etc/conf.d/busybox-ntpd new file mode 100644 index 0000000..f50d4c2 --- /dev/null +++ b/etc/conf.d/busybox-ntpd @@ -0,0 +1,6 @@ +# 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" |