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

daemons.conf: add tftpd and dnsd options
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 08 08:12:40 2008 +0000 (2008-04-08)
parents b3755a362503
children 23fa2831261d
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 # Tftp daemon options.
21 TFTPD_OPTIONS="-r /boot"
23 # Domain name server options.
24 DNSD_OPTIONS="-d"