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:
parent
1bd8f9e793
commit
e97577d16d
@ -162,7 +162,7 @@ def parse_options():
|
|||||||
parser.add_option(
|
parser.add_option(
|
||||||
b'--config',
|
b'--config',
|
||||||
action='store', dest='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')
|
help='config files to use, colon seperated, later files override')
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
b'-o', b'--option',
|
b'-o', b'--option',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user