slitaz-base-files view rootfs/etc/daemons.conf @ rev 30

Added tag 2.1 for changeset a3a67299341f
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 18:26:54 2008 +0200 (2008-05-02)
parents c447df91fe7a
children 46030401d659
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 start automaticly a daemon at boot.
6 #
8 # LightTPD Web server options.
9 LIGHTTPD_OPTIONS="-f /etc/lighttpd/lighttpd.conf"
11 # Dropbear SSH server options.
12 DROPBEAR_OPTIONS="-w -g -b /etc/dropbear/banner"
14 # Rsync daemon options.
15 RSYNCD_OPTIONS="--daemon"
17 # Cron daemon options.
18 CROND_OPTIONS="-b"
20 # Domain Name Server options.
21 DNSD_OPTIONS="-d"
23 # Super server options
24 INETD_OPTIONS=""