aports/community/minidlna/minidlna.confd
Carlo Landmeter 4dd9320140 community/minidlna: move to community and update db dir
moved db dir from /var/cache to /var/lib
added a check in post-upgrade to notify use of this change
2016-12-06 15:05:33 +01:00

15 lines
313 B
Plaintext

# /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