1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# X2Go Session Broker (Load Checker Service) configuration
# SystemV-like init systems
# The X2Go Session Broker ships a daemon that checks X2Go Server
# system metrics in the background. If you want to use this daemon,
# enable it here and adapt x2gobroker.conf.
# NOTE: The load checker service only makes sense with broker setups
# that mediate X2Go load-balancing.
START_LOADCHECKER=false
# Control debug mode (0=disable, 1=enable) of the X2Go Broker Load Checker
# Service.
#
# Logging is (by default) written to /var/log/x2gobroker/*log.
#
# This option can also be configured in /etc/default/python-x2go.
# The value configured here overrides the value from python-x2go
# defaults and only sets the x2gobroker-loadchecker into debug mode.
#X2GOBROKER_DEBUG=0
|