aports/testing/minidlna/minidlna.confd
Natanael Copa 4ab6246313 testing/minidlna: update to 1.0.25 and misc fixes
- create minidlna user
- fix initd script
- ship default config
2012-11-19 20:21:31 +00: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