# config file for gerbera systemd service

# See the gerbera(1) manpage for more info.

# Gerbera Web UI port.
# NOTE: The minimum value allowed is 49152
GERBERA_PORT=49152

# Path to Gerbera config file.
GERBERA_CONFIG="/etc/gerbera/config.xml"

# Other options you want to pass to Gerbera.
# Add "-e eth0" to bind to a named interface.
# Add "-D" to get debug output
GERBERA_OPTIONS=
