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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Mar 23 22:17:03 2012 +0000 (2012-03-23)
parents aaf9954f2991
children 522e9624a378
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"