]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/vdr/vdr.sysconfig
coreutils: Update to 8.30
[people/pmueller/ipfire-2.x.git] / config / vdr / vdr.sysconfig
CommitLineData
90dc87b7
MT
1# System configuration for VDR -*- sh -*-
2
3# The "master" options. Some examples of options you may want to set
4# here are -r, -t, and --rcu. See the vdr(1) man page for more info.
5#
3d454690 6VDR_OPTIONS=(--vfat --log=1)
90dc87b7
MT
7
8# VDR_PLUGIN_ORDER is a space separated list of plugins that should be
9# loaded in a specific order. This affects eg. the order the plugins'
10# menu entries are displayed OSD menus by default. The plugins in this
11# list don't need to be installed, but if they are, they will be loaded
12# before other possibly installed plugins. Note that it is recommended
13# to load output plugins before others so that all necessary features are
14# present when needed by other plugins at startup/shutdown.
15#
16VDR_PLUGIN_ORDER="
17streamdev-server
18epgsearch
cf068ec4 19vnsiserver3
90dc87b7
MT
20"
21
22# PATH where to find the internally used executables.
23#
24PATH="/usr/lib/vdr/bin:$PATH"
25
26# How many minutes before a recording should the VDR box wake up?
27# Some CI/CAM combinations can take quite a long time to initialize, so
28# we default to a pretty generous value here.
29#
30WAKEUP_BEFORE_RECORDING=10
31
32# Try reloading DVB modules on unexpected exits?
33#
34#RELOAD_DVB=yes
35
36# For debugging: allow vdr to dump core. Note that depending on the operating
37# environment, core dumps from setuid processes may be a security issue.
38#
39#DAEMON_COREFILE_LIMIT="unlimited"