14 lines
310 B
Text
14 lines
310 B
Text
# /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="nobody"
|
|
#M_GROUP="nogroup"
|
|
|
|
# vim: ft=gentoo-conf-d
|