diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-14 13:15:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-14 13:15:34 +0200 |
commit | 4e460da371189b5e6c508acd6f159484f01c2d82 (patch) | |
tree | 119d69e9e576f4ae011a9fe7a420742822ea0520 /vdr.1 | |
parent | 6feb8d88758f38dbf4baaf54784c6b4243db5bcb (diff) | |
download | vdr-4e460da371189b5e6c508acd6f159484f01c2d82.tar.gz vdr-4e460da371189b5e6c508acd6f159484f01c2d82.tar.bz2 |
VDR now reads command line options from *.conf files in /etc/vdr/conf.d
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 3.1 2013/12/25 11:01:36 kls Exp $ +.\" $Id: vdr.1 3.2 2014/04/14 12:52:45 kls Exp $ .\" .TH vdr 1 "31 Mar 2013" "2.0" "Video Disk Recorder" .SH NAME @@ -178,6 +178,10 @@ more information. Read resource files from \fIdir\fR (default is to read them from the config directory). .TP +.BI \-\-showargs[= dir ] +Read command line arguments from \fIdir\fR (default is \fI/etc/vdr/conf.d\fR), +display them to the console and exit. +.TP .BI \-s\ cmd ,\ \-\-shutdown= cmd Call \fIcmd\fR to shutdown the computer. See the file \fIINSTALL\fR for more information. @@ -213,6 +217,10 @@ Print version information and exit. .BI \-w\ sec ,\ \-\-watchdog= sec Activate the watchdog timer with a timeout of \fIsec\fR seconds. A value of \fB0\fR (default) disables the watchdog. +.P +If started without any options, vdr tries to read command line options +from files named '*.conf' in the directory /etc/vdr/conf.d. Files are +read in alphabetical order. See vdr(5) for details. .SH SIGNALS .TP .B SIGINT, SIGTERM |