diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-24 16:18:43 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-24 16:18:43 +0100 |
commit | 5e0ee042c75296fb78567638b2768df5a262ad7b (patch) | |
tree | bf8d5d9a707a8ca6ee12e29fc1045c8778585ce5 /INSTALL | |
parent | a97fcd5221aa9abd8025ce8f6091d345c1a6afbc (diff) | |
download | vdr-5e0ee042c75296fb78567638b2768df5a262ad7b.tar.gz vdr-5e0ee042c75296fb78567638b2768df5a262ad7b.tar.bz2 |
Implemented watchdog
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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: --------------------- |