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

Initial commit from slitaz-base-files-1.0.tar.gz
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 24 18:22:52 2007 +0100 (2007-12-24)
parents
children b3755a362503
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"