/etc/dleyna-server-service.conf is in dleyna-server 0.4.0-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | # Configuration file for dleyna-server
#
#
#
# General configuration options
[general]
# true: Service always stay in memory running
# false: Service quit when the last client disconnects.
never-quit=false
# IPC connector name
connector-name=dbus
# Log configuration options
[log]
# Define the logging output method. 3 technologies are defined:
#
# 0=Syslog
# 1=GLib
# 2=File
log-type=0
# Comma-separated list of logging level.
# Log levels are: 1=critical, 2=error, 3=warning, 4=message, 5=info, 6=debug
#
# Allowed values for log-levels are
# 0 = disabled
# 7 = default (=1,2,5)
# 8 = all (=1,2,3,4,5,6)
# 1,..,6 = a comma separated list of log level
#
# IMPORTANT: This log level is a subset of the log level defined at compile time
# You can't enable levels disabled at compile time
# level=8 means all level flags defined at compile time.
log-level=7
# Network filtering
[netf]
# true: Enable the network filtering.
# false: Disable the network filtering.
netf-enabled=false
# Comma-separated list of interface name, SSID or IP address.
# If netf is enabled but the list is empty, it behaves as disabled.
netf-list=
|