main: Remove /etc/mopidy/mopidy.conf from default config file list

Init scripts can use the --config option to specify that the file should be
included.
This commit is contained in:
Stein Magnus Jodal 2013-04-27 23:47:46 +02:00
parent 1bd8f9e793
commit e97577d16d

View File

@ -162,7 +162,7 @@ def parse_options():
parser.add_option(
b'--config',
action='store', dest='config',
default=b'/etc/mopidy/mopidy.conf:$XDG_CONFIG_DIR/mopidy/mopidy.conf',
default=b'$XDG_CONFIG_DIR/mopidy/mopidy.conf',
help='config files to use, colon seperated, later files override')
parser.add_option(
b'-o', b'--option',