slitaz-base-files diff rootfs/etc/daemons.conf @ rev 343

fix ipinfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 04 14:28:55 2020 +0000 (2020-10-04)
parents d1457c979903
children
line diff
     1.1 --- a/rootfs/etc/daemons.conf	Fri Mar 23 22:17:03 2012 +0000
     1.2 +++ b/rootfs/etc/daemons.conf	Sun Oct 04 14:28:55 2020 +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"