blob: 3044de61d3791027d55ba0288ee3e996d9e7e4b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.conf,v 1.2 2004/03/03 15:19:49 mholzer Exp $
#CONFIG-FILE for /etc/init.d/mpd
# the required parameters
PORT="2100"
MUSIC_DIR=""
PLAYLIST_DIR=""
LOG_FILE="/var/log/mpd.log"
ERROR_FILE="/var/log/mpd.error"
|