[X2Go-Commits] [x2gobroker] 03/09: etc/broker/defaults.conf: Fix copy+paste errors.

git-admin at x2go.org git-admin at x2go.org
Mon Mar 30 16:08:24 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 6f5eabaf7b876c7719136df9bcfe3e9700633f20
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Mar 30 16:04:26 2015 +0200

    etc/broker/defaults.conf: Fix copy+paste errors.
---
 etc/broker/defaults.conf |   23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/etc/broker/defaults.conf b/etc/broker/defaults.conf
index 38dfc2d..79020db 100644
--- a/etc/broker/defaults.conf
+++ b/etc/broker/defaults.conf
@@ -1,5 +1,6 @@
 [common]
-# X2Go Broker Session Broker (common) configuration for Debian
+# X2Go Broker Session Broker (common) configuration for hosts using
+# systemd
 
 # The posix user/group ID the broker runs under (do not change!)
 # if you change those nonetheless, make sure that the log file
@@ -35,11 +36,11 @@
 # 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.
+# The unix socket file for communication between the broker and the load checker service.
 #X2GOBROKER_LOADCHECKER_SOCKET=/run/x2gobroker/x2gobroker-loadchecker.socket
 
 [daemon]
-# X2Go Session Broker configuration for Debian
+# X2Go Session Broker configuration for hosts using systemd
 
 # Bind standalone daemon to this address:port
 #DAEMON_BIND_ADDRESS=127.0.0.1:8080
@@ -65,7 +66,8 @@
 #X2GOBROKER_SSL_KEYFILE=/etc/x2go/broker/ssl/broker.key
 
 [authservice]
-# X2Go Session Broker (PAM Authentication Service) configuration for Debian
+# X2Go Session Broker (PAM Authentication Service) configuration for
+# hosts using systemd.
 #
 # currently nothing to configure for the authentication service...
 
@@ -75,3 +77,16 @@
 # Enabling debug mode here does not affect other parts of the
 # X2Go Session Broker.
 #X2GOBROKER_DEBUG=0
+
+[loadchecker]
+# X2Go Session Broker (Load Checker Service) configuration for
+# hosts using systemd
+#
+# currently nothing to configure for the load checker service...
+
+# Control debug mode (0=disable, 1=enable).
+#
+# Produce verbose log output in the load checker's log file only.
+# Enabling debug mode here does not affect other parts of the
+# X2Go Session Broker.
+#X2GOBROKER_DEBUG=0

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list