You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
313 B
15 lines
313 B
# /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
|