# X2Go Broker Session Broker (common) configuration for
# SystemV-like init systems

# The posix user/group ID the broker runs under (do not change!)
# if you change those nonetheless, make sure that the log file
# directory (default: /var/log/x2gobroker) and files in there are
# writable by that user
#X2GOBROKER_DAEMON_USER=x2gobroker
#X2GOBROKER_DAEMON_GROUP=x2gobroker

# The posix user under which the x2gobroker-agent can be launched on
# remote X2Go Servers.
#X2GOBROKER_AGENT_USER=x2gobroker

# Control debug mode (0=disable, 1=enable).
#
# Apart from verbose logging in /var/log/x2gobroker/*.log, this will
# also make the broker available through http GET method requests
# (otherwise: POST method requests only) and you will be able to test
# the broker through your web browser
#
# This value has an effect on all (Python-based) X2Go Session Broker
# services and can be overridden in /etc/default/x2gobroker-* files.
#X2GOBROKER_DEBUG=0

# Default X2Go Session Broker backend (available: zeroconf, inifile)
#X2GOBROKER_DEFAULT_BACKEND=inifile

# Path to the X2Go Session Broker's configuration file
#X2GOBROKER_CONFIG=/etc/x2go/x2gobroker.conf

# Path to the X2Go Session Broker's session profiles file (when using the inifile backend)
#X2GOBROKER_SESSIONPROFILES=/etc/x2go/broker/x2gobroker-sessionprofiles.conf

# Path to the X2Go Session Broker's agent command
#X2GOBROKER_AGENT_CMD=/usr/lib/x2go/x2gobroker-agent

# The unix socket file for communication between the broker and the authentication service.
#X2GOBROKER_AUTHSERVICE_SOCKET=/run/x2gobroker/x2gobroker-authservice.socket

# The unix socket file for communication between the broker and the authentication service.
#X2GOBROKER_LOADCHECKER_SOCKET=/run/x2gobroker/x2gobroker-loadchecker.socket
