summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-02-24 16:18:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-02-24 16:18:43 +0100
commit5e0ee042c75296fb78567638b2768df5a262ad7b (patch)
treebf8d5d9a707a8ca6ee12e29fc1045c8778585ce5 /INSTALL
parenta97fcd5221aa9abd8025ce8f6091d345c1a6afbc (diff)
downloadvdr-5e0ee042c75296fb78567638b2768df5a262ad7b.tar.gz
vdr-5e0ee042c75296fb78567638b2768df5a262ad7b.tar.bz2
Implemented watchdog
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b15e7b92..c334ed6d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,7 +15,7 @@ If you have the DVB driver source in a different location
you will have to change the definition of DVBDIR in the
Makefile.
-This program requires the card driver version 0.8.1 or higher
+This program requires the card driver version 0.8.2 or higher
to work properly. You need to load the dvb.o module *without* option
'outstream=0' (previous versions of VDR required this option to have
the driver supply the data in AV_PES format; as of version 0.70 VDR
@@ -71,6 +71,13 @@ If the program shall run as a daemon, use the --daemon option. This
will completely detach it from the terminal and will continue as a
background process.
+Automatic restart in case of hangups:
+-------------------------------------
+
+If you run VDR using the 'runvdr' shell script it will use the built-in
+watchdog timer to restart the program in case something happens that
+causes a program hangup.
+
Command line options:
---------------------