New command line option -t

This commit is contained in:
Klaus Schmidinger
2001-03-31 10:32:58 +02:00
parent 6ca89f0eb3
commit 378db17bee
4 changed files with 26 additions and 3 deletions

View File

@@ -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:
-------------------------------------