blob: 4cc286c2b9a547aab844b3afbcbe72901c99263f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /etc/conf.d/minidlna
# Should minidlna rescan the entire collection on startup?
# Warning: This may take a long time!
RESCAN="false"
# The location of the config file
#CONFIG="/etc/minidlna.conf"
# vim: ft=gentoo-conf-d
|