diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-15 00:45:01 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-03-15 00:45:01 +0000 |
commit | e369141d8cd4e741ed29913c9fd46fe2511cf1d7 (patch) | |
tree | 9357f9917ddb85dfe23ce6064a95eef7f5a8ed7b | |
parent | Remove deprecated config (diff) | |
download | config-e369141d8cd4e741ed29913c9fd46fe2511cf1d7.tar.bz2 config-e369141d8cd4e741ed29913c9fd46fe2511cf1d7.tar.xz config-e369141d8cd4e741ed29913c9fd46fe2511cf1d7.zip |
Move minidlna db to shared mount
-rw-r--r-- | etc/minidlna.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/minidlna.conf b/etc/minidlna.conf index 6a6c155..abfd5bc 100644 --- a/etc/minidlna.conf +++ b/etc/minidlna.conf @@ -28,7 +28,7 @@ media_dir=A,/var/mp3s friendly_name=mediaserver # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache -#db_dir=/var/lib/minidlna +db_dir=/var/store/.minidlna # set this if you would like to specify the directory where you want MiniDLNA to store its log file #log_dir=/var/log/minidlna |