This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 72396c432c940e0dd8fce451fb11aca808654771 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 30 16:03:27 2015 +0200 defaults/x2gobroker-logchecker.default: Fix copy+paste errors. --- defaults/x2gobroker-loadchecker.default | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/defaults/x2gobroker-loadchecker.default b/defaults/x2gobroker-loadchecker.default index b5bcd3e..ad1027d 100644 --- a/defaults/x2gobroker-loadchecker.default +++ b/defaults/x2gobroker-loadchecker.default @@ -1,20 +1,19 @@ # X2Go Session Broker (Load Checker Service) configuration # SystemV-like init systems -# For PAM authentication the X2Go Session Broker needs its authentication -# service. The session broker itself runs as a non-privileged user (see below) -# whereas the authentication service must run as super-user root. -# -# If you do not use PAM as authentication mechanism with the X2Go Session Broker, -# you can disable the authentication service here. +# 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 Authentication +# 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-authservice into debug mode. +# defaults and only sets the x2gobroker-loadchecker into debug mode. #X2GOBROKER_DEBUG=0 -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git