Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
f30adac4
Commit
f30adac4
authored
Nov 05, 2021
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/mpdconf.example: add comments recommending not to use log_file and pid_file
parent
a4e42172
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
mpdconf.example
doc/mpdconf.example
+8
-5
No files found.
doc/mpdconf.example
View file @
f30adac4
...
@@ -26,22 +26,25 @@
...
@@ -26,22 +26,25 @@
# files over an accepted protocol.
# files over an accepted protocol.
#
#
#db_file "~/.mpd/database"
#db_file "~/.mpd/database"
#
# These settings are the locations for the daemon log files for the daemon.
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
# settings.
#
#
# The special value "syslog" makes MPD use the local syslog daemon. This
# The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog.
# setting defaults to logging to syslog.
#
#
#log_file "~/.mpd/log"
# If you use systemd, do not configure a log_file. With systemd, MPD
# defaults to the systemd journal, which is fine.
#
#
#log_file "~/.mpd/log"
# This setting sets the location of the file which stores the process ID
# This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by
# for use of mpd --kill and some init scripts. This setting is disabled by
# default and the pid file will not be stored.
# default and the pid file will not be stored.
#
#
#
pid_file "~/.mpd/pid"
#
If you use systemd, do not configure a pid_file.
#
#
#pid_file "~/.mpd/pid"
# This setting sets the location of the file which contains information about
# This setting sets the location of the file which contains information about
# most variables to get MPD back into the same general shape it was in before
# most variables to get MPD back into the same general shape it was in before
# it was brought down. This setting is disabled by default and the server
# it was brought down. This setting is disabled by default and the server
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment