summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-03-31 10:32:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-03-31 10:32:58 +0200
commit378db17bee8dd5fcdcb4486900336048a35f7018 (patch)
treef06c03262d751003dd9a6c0539c0b9122d1f78bb /INSTALL
parent6ca89f0eb39999af534f51501775570e64295375 (diff)
downloadvdr-378db17bee8dd5fcdcb4486900336048a35f7018.tar.gz
vdr-378db17bee8dd5fcdcb4486900336048a35f7018.tar.bz2
New command line option -t
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c334ed6d..6910f6b4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -71,6 +71,11 @@ 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.
+When starting the program through an entry in /etc/inittab, use the --terminal
+option to set the controlling terminal, as in
+
+vdr:123:respawn:/usr/local/bin/vdr --terminal=/dev/tty8 -w 60
+
Automatic restart in case of hangups:
-------------------------------------