summaryrefslogtreecommitdiffstats
path: root/main/minidlna/minidlna.confd
blob: 97d15b00c391fcfc8a4c436e401a91d874f2f978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /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"

# Specify the user/group minidlna should run as
#M_USER="minidlna"
#M_GROUP="minidlna"

# vim: ft=gentoo-conf-d