# dvbd config file.
#
# the outcommented values are the defaults.
#
# the socket used to communicate with the daemon
## socket = /var/run/dvbd/dvbd.socket
#
# the UID of the socket owner
## socket-uid = ""  #  'the user under which dvbd is running'
#
# the GID of the socket owner
## socket-gid = ""  #  'the group under which dvbd is running'
#
# the mode of the socket
## socket-mode = 770
socket-mode = 777
#
# the location of the pidfile
## pid = /var/run/dvbd/dvbd.pid
#
# the daemon logfile. Default is /var/log/dvbd.log.
# moved to its own subdir to allow running as non-root user
log = /var/log/dvbd/dvbd.log
#
# the file to which the schedule is written
## schedule = /var/spool/dvbd/schedule
#
# debug level. If > 0, dvbd will not go into the background
## debug = 0
#
# the number of DVB cards your system supports
##numcards = 1
#
# the first DVB card. The format is "type:frontend:channels" where
#  - type may be one of dvb-t, dvb-s or dvb-c
#  - frontend is the path to the frontend device for the card
#  - channels is the path to the channels.conf file ({t,c,s}zap format)
## card0 = dvb-t:/dev/dvb/adapter0/frontend0:/etc/tzap.channels.conf
card0 = dvb-t:/dev/dvb/adapter0/frontend0:/etc/vdr/channels.conf
