# /etc/conf.d/darkice # Start darkice as the specified user DARKICE_USER="root" # Start darkice under the specified group DARKICE_GROUP="root" # Redirect standard output and standard error to the following log file DARKICE_LOGFILE="/var/log/darkice.log" # Options to pass to darkice at startup DARKICE_OPTS="-c /etc/darkice.cfg -v 10"