]> kaliko git repositories - mpd-sima.git/blobdiff - doc/examples/all_settings.cfg
doc: Add missig daemon section in all_settings.cfg
[mpd-sima.git] / doc / examples / all_settings.cfg
index bb5f803af022546dc46b5ff5ed21aaf889fba6ec..62587d38d69fd6c5f60e5da162db282918cc06bc 100644 (file)
@@ -31,12 +31,29 @@ port = 6600
 #
 #######################################################################
 
+########################## DAEMON SECTION ################################
+#
+[daemon]
+## DAEMON
+# type: boolean
+# description: whether to daemonize process or not
+# default: False
+daemon=false
+
+## PIDFILE
+# type: string (path to the pid file)
+# description: where to store process ID
+# default: unset, process ID not saved to file
+#pidfile=
+#
+#######################################################################
+
 ######################## LOGGING FACILITY #############################
 #
 [log]
 ## LOGFILE
 # type: string (file path)
-# description: file to log to. Usually used in daemon mode.
+# description: file to log to. Usually used when process is daemonized.
 # default: unset, logging to stdin/stdout
 #logfile =
 
@@ -50,7 +67,6 @@ port = 6600
 #    * warning
 #    * error
 verbosity = info
-
 #
 #######################################################################
 
@@ -117,9 +133,11 @@ repeat_disable_queue = True
 # default: True
 # description: Prevent single play mode to disable queuing
 single_disable_queue  = True
+#
+#######################################################################
 
 ######################### PLUGINS #####################################
-
+#
 [genre]
 ## Offline genre queing
 
@@ -294,7 +312,7 @@ shuffle_album = false
 #  * If set to "false", caching is still done but in memory.
 # default: True
 cache = True
-
 #
-####################### END OF CONFIGURATION ##########################
+#######################################################################
+
 # vim: syntax=cfg fileencoding=utf-8