minidlna-1.0.25.confd 313 B

123456789101112131415
  1. # /etc/conf.d/minidlna
  2. # Should minidlna rescan the entire collection on startup?
  3. # Warning: This may take a long time!
  4. RESCAN="false"
  5. # The location of the config file
  6. #CONFIG="/etc/minidlna.conf"
  7. # Specify the user/group minidlna should run as
  8. #M_USER="minidlna"
  9. #M_GROUP="minidlna"
  10. # vim: ft=gentoo-conf-d