wok-tiny view base-tiny/stuff/etc/daemons.conf @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents
children
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 # Dropbear SSH server options.
9 DROPBEAR_OPTIONS="-b /etc/dropbear/banner"
11 # Cron daemon options.
12 CROND_OPTIONS="-b"
14 # Domain Name Server options.
15 DNSD_OPTIONS="-d"
17 # Super server options.
18 INETD_OPTIONS=""
20 # Tftp daemon options.
21 TFTPD_OPTIONS="-r /boot"
23 # Busybox HTTP web server options.
24 HTTPD_OPTIONS="-u www"