flavors view core/rootfs/etc/daemons.conf @ rev 88

core/core-basic/just/base: update from last cooking...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 11:50:33 2011 +0200 (2011-04-02)
parents
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=""
31 # Tftp daemon options.
32 TFTPD_OPTIONS="-r /boot"
34 # wpa_supplicant daemon options
35 WPA_OPTIONS="-B -P/var/run/wpa_supplicant.pid -c/etc/wpa_supplicant.conf -i$(. /etc/network.conf ; echo $WIFI_INTERFACE)"