summaryrefslogtreecommitdiff
path: root/runvdr.conf.example
diff options
context:
space:
mode:
authorUdo Richter <udo_richter@gmx.de>2008-09-14 00:00:00 +0200
committerManuel Reimer <manuel.reimer@gmx.de>2013-10-01 17:23:22 +0200
commit1fb120a90dca0959b10a690e25b3939cc34acf06 (patch)
tree607114dae50005eb8bdc34e7b72f74a33112a05a /runvdr.conf.example
parent207697bc97e1ac8905c14baac311769e02834330 (diff)
downloadrunvdr-extreme-1fb120a90dca0959b10a690e25b3939cc34acf06.tar.gz
runvdr-extreme-1fb120a90dca0959b10a690e25b3939cc34acf06.tar.bz2
Version 0.4.0v0.4.0
* New: Start own X server for VDR to run in * New: Experimental support to read sysconfig file from setup-plugin, thx to dad401 * New: Parameters to control automatic restart behavior * Fix: Made the init.d script LSB compliant, thx to Antonio for the hint. * Fix: Online help for runvdr-conf.d
Diffstat (limited to 'runvdr.conf.example')
-rw-r--r--runvdr.conf.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/runvdr.conf.example b/runvdr.conf.example
index 8e31eaf..070581c 100644
--- a/runvdr.conf.example
+++ b/runvdr.conf.example
@@ -83,6 +83,9 @@ LIBDIR=
# If you use PluginSetup: Where is the the plugin_setup_runvdr.conf file?
# PLUGINSETUPCONF="$CONFIGDIR/plugins/plugin_setup_runvdr.conf"
+# If you use Setup-Plugin: Where is the the sysconfig file?
+# SETUPPLUGINCONF="$CONFIGDIR/sysconfig"
+
##### -----------------------
##### More config options
##### -----------------------
@@ -158,6 +161,9 @@ VFAT=
# Allow coredumps if USER= is given (debugging)
# USERDUMP="1"
+# Fire up own X server as output device
+# XSERVER="/usr/bin/X -nolisten tcp -config /etc/X11/xorg-runvdr.conf :0"
+
# Store PID of runvdr into a file?
# RUNVDRPID=~/.runvdr.pid
RUNVDRPID=/var/run/runvdr.pid
@@ -173,6 +179,14 @@ SWITCHTERMINAL=8
# This affects sort options in recordings.
# LANGUAGE="de_DE@euro"
+# If VDR restarts automatically, only do this number of restarts before giving up
+# Setting this to 0 will cancel any restart attempt of VDR
+MAXRESTARTS=5
+
+# Only count restart attempts where VDR did not run longer than # seconds
+# Setting this to 0 will never count restarts, and VDR can restart forever
+RESTARTTIME=10
+
# Additional parameters to pass to VDR directly, without parsing:
ADDPARAM=""