wok-tiny annotate base-tiny/stuff/etc/daemons.conf @ rev 94

Refresh, remove kernel*, add linux
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 02 21:45:05 2015 +0200 (2015-10-02)
parents
children
rev   line source
pascal@94 1 # /etc/daemons.conf - Daemons options configuration file.
pascal@94 2 #
pascal@94 3 # This file is used for setting options to start daemons at boot time or from
pascal@94 4 # the command line (/etc/init.d/daemon-name start). Please check /etc/rcS.conf
pascal@94 5 # to automatically start a daemon at boot.
pascal@94 6 #
pascal@94 7
pascal@94 8 # Dropbear SSH server options.
pascal@94 9 DROPBEAR_OPTIONS="-b /etc/dropbear/banner"
pascal@94 10
pascal@94 11 # Cron daemon options.
pascal@94 12 CROND_OPTIONS="-b"
pascal@94 13
pascal@94 14 # Domain Name Server options.
pascal@94 15 DNSD_OPTIONS="-d"
pascal@94 16
pascal@94 17 # Super server options.
pascal@94 18 INETD_OPTIONS=""
pascal@94 19
pascal@94 20 # Tftp daemon options.
pascal@94 21 TFTPD_OPTIONS="-r /boot"
pascal@94 22
pascal@94 23 # Busybox HTTP web server options.
pascal@94 24 HTTPD_OPTIONS="-u www"