# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ # /etc/conf.d/dvbd # Config file for dvbd control script # Change the following vars only if you know # what you're doing, there's no checking for # invalid data yet! # owner of DVBd process (don't change, must be existing) USER="dvbd" # group of DVBd process (don't change, must be existing) GROUP="users" # Location of PID file PIDFILE=/var/lib/run/dvbd/dvbd.pid # logfile (/dev/null for nowhere) LOG="/var/log/dvbd.log" # nice level, 0 less cpuspeed consumed NICE="19"