diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-06 14:50:57 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-06 15:05:33 +0100 |
commit | 4dd9320140988c58abc574e73693fe399450d57c (patch) | |
tree | 4606775b9caadd0bfa2dc29f06d6ff758ffdfc30 /community/minidlna/minidlna.confd | |
parent | 1aa57bdbcfaa3564456c98a0fd748ea417d1c157 (diff) | |
download | aports-4dd9320140988c58abc574e73693fe399450d57c.tar.bz2 aports-4dd9320140988c58abc574e73693fe399450d57c.tar.xz |
community/minidlna: move to community and update db dir
moved db dir from /var/cache to /var/lib
added a check in post-upgrade to notify use of this change
Diffstat (limited to 'community/minidlna/minidlna.confd')
-rw-r--r-- | community/minidlna/minidlna.confd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/minidlna/minidlna.confd b/community/minidlna/minidlna.confd new file mode 100644 index 0000000000..97d15b00c3 --- /dev/null +++ b/community/minidlna/minidlna.confd @@ -0,0 +1,14 @@ +# /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 |