slitaz-base-files view rootfs/etc/daemons.conf @ 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 d1457c979903
children
line source
1 # /etc/daemons.conf - Daemons options configuration file.
2 #
3 # This file is used for setting options to start daemons at boot time or from
4 # the command line (/etc/init.d/daemon-name start). Please check /etc/rcS.conf
5 # to automatically start a daemon at boot.
6 #
8 # DBUS daemon options.
9 DBUS_OPTIONS="--system"
11 # HAL daemon options.
12 HALD_OPTIONS="--daemon=yes"
14 # LightTPD Web server options.
15 LIGHTTPD_OPTIONS="-f /etc/lighttpd/lighttpd.conf"
17 # Dropbear SSH server options.
18 DROPBEAR_OPTIONS="-w -g -b /etc/dropbear/banner"
20 # Rsync daemon options.
21 RSYNCD_OPTIONS="--daemon"
23 # Cron daemon options.
24 CROND_OPTIONS="-b"
26 # Domain Name Server options.
27 DNSD_OPTIONS="-d"
29 # Super server options.
30 INETD_OPTIONS=""
32 # Tftp daemon options.
33 TFTPD_OPTIONS="-r /boot"
35 # Busybox HTTP web server options.
36 HTTPD_OPTIONS="-u www"
38 # Busybox NTPd network time daemon options.
39 NTPD_OPTIONS="-p pool.ntp.org"