aboutsummaryrefslogtreecommitdiff
path: root/community/gerbera/gerbera.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/gerbera/gerbera.confd')
-rw-r--r--community/gerbera/gerbera.confd27
1 files changed, 27 insertions, 0 deletions
diff --git a/community/gerbera/gerbera.confd b/community/gerbera/gerbera.confd
new file mode 100644
index 0000000000..a8fbc69955
--- /dev/null
+++ b/community/gerbera/gerbera.confd
@@ -0,0 +1,27 @@
1# /etc/conf.d/gerbera
2
3# Enable debug log output.
4#DEBUG=no
5
6# Interface to bind to, for example eth0, this can be specified instead of the
7# IP address.
8#BIND_INTERFACE=eth0
9
10# Specify the server port that will be used for the web user interface, for
11# serving media and for UPnP requests, minimum allowed value is 49152. If this
12# option is omitted a default port will be chosen, however, in this case it is
13# possible that the port will change upon server restart.
14#BIND_PORT=49152
15
16# The server will bind to the given IP address, currently we can not bind to
17# multiple interfaces so binding to 0.0.0.0 is not be possible.
18#BIND_IP=0.0.0.0
19
20# The location of the config file
21#CONFIG="/etc/gerbera/config.xml"
22
23# Specify the user/group gerbera should run as
24#G_USER="gerbera"
25#G_GROUP="gerbera"
26
27# vim: ft=gentoo-conf-d