Commit c58d2a2e authored by Warren Dukes's avatar Warren Dukes

potentially clarify state_file

git-svn-id: https://svn.musicpd.org/mpd/trunk@3225 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b1122062
......@@ -97,7 +97,7 @@ a password. The format of permissions is specified n the description of the
"read,add,control,admin", otherwise it is "" (no permissions).
.TP
.B state_file <file>
This specifies if a state file is used and where it is located. The file path should be an absolute path. The state of mpd will be saved to this file when mpd is terminated by a TERM signal or by the "kill" command.
This specifies if a state file is used and where it is located. The file path should be an absolute path. The state of mpd will be saved to this file when mpd is terminated by a TERM signal or by the "kill" command. When mpd is restarted, it will read the state file and restore the state of MPD (including the playlist).
.TP
.B connection_timeout <seconds>
If a client does not send any new data in this time period, the connection is closed. The default is 60 seconds.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment