slitaz-base-files rev 298

Add some default ntpd options
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 07 18:27:13 2016 +0000 (2016-02-07)
parents c18bf4a1a64c
children 4c6ddac8e11c
files rootfs/etc/daemons.conf
line diff
     1.1 --- a/rootfs/etc/daemons.conf	Sun Jan 24 16:02:18 2016 +0100
     1.2 +++ b/rootfs/etc/daemons.conf	Sun Feb 07 18:27:13 2016 +0000
     1.3 @@ -34,3 +34,6 @@
     1.4  
     1.5  # Busybox HTTP web server options.
     1.6  HTTPD_OPTIONS="-u www"
     1.7 +
     1.8 +# Busybox NTPd network time daemon options.
     1.9 +NTPD_OPTIONS="-p pool.ntp.org"