diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-17 12:45:44 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-17 12:45:44 +0100 |
commit | 3c5b11abbb9c0897eedcc7506af804c62093ec66 (patch) | |
tree | ac8b9cb903073fa43fe667a71fd61e564da81896 /INSTALL | |
parent | c198a259432a5ee612ac8dd211f8017f0786fedb (diff) | |
download | vdr-3c5b11abbb9c0897eedcc7506af804c62093ec66.tar.gz vdr-3c5b11abbb9c0897eedcc7506af804c62093ec66.tar.bz2 |
Renamed 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR in 'make install'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -121,8 +121,12 @@ Users who want to set the default character set to something different can do this by setting the environment variable VDR_CHARSET_OVERRIDE to something like ISO-8859-9. -Automatic restart in case of hangups: -------------------------------------- +Start script with automatic restart in case of hangups: +------------------------------------------------------- + +The VDR source directory contains a 'runvdr.template'. Just copy it as 'runvdr' +into your /usr/bin or /usr/local/bin directory and adjust it to your particular +requirements. (See the comments inside the script for more information.) 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 @@ -131,9 +135,6 @@ call to the VDR program, be sure to NOT use the '-d' option! Otherwise VDR will go into 'daemon' mode and the initial program call will return immediately! 'runvdr' needs to be started as user 'root'. Use the '-u' option to run the actual 'vdr' program under a different user id. -Note that the 'runvdr' script needs to be adjusted to your particular -requirements before you can actually use it. See the comments inside -the script for more information. Setting the system time: ------------------------ |