mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 16:27:08 +02:00
moved db dir from /var/cache to /var/lib added a check in post-upgrade to notify use of this change
15 lines
313 B
Plaintext
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
|