Made pid_file an optional config parameter.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4250 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -22,7 +22,8 @@ Read more about MPD at <\fBhttp://www.musicpd.org/\fP>.
|
||||
Output a brief help message.
|
||||
.TP
|
||||
.BI --kill
|
||||
Kill the currently running mpd session.
|
||||
Kill the currently running mpd session. The pid_file parameter must be
|
||||
specified in the config file for this to work.
|
||||
.TP
|
||||
.BI --create-db
|
||||
Force (re)creation of database and exit.
|
||||
|
@@ -43,10 +43,10 @@ This specifies where the log file should be located.
|
||||
.TP
|
||||
.B error_file <file>
|
||||
This specifies where the error file should be located.
|
||||
.SH OPTIONAL PARAMETERS
|
||||
.TP
|
||||
.B pid_file <file>
|
||||
This specifies the file to save mpd's process ID in.
|
||||
.SH OPTIONAL PARAMETERS
|
||||
.TP
|
||||
.B state_file <file>
|
||||
This specifies if a state file is used and where it is located. The state of
|
||||
|
Reference in New Issue
Block a user