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

Added crond opts to daemons.conf
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 19:25:44 2008 +0100 (2008-01-06)
parents 544d49daaa12
children c447df91fe7a
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"