This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 1f1db96 Load defaults.conf via authservices and for logger configuration, as well. new 36b65df fix x2gobroker-authservice The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2gobroker-authservice.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 36b65df1e914c10b2946e7f790086ea71e9b2dd8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 10:32:51 2014 +0100 fix x2gobroker-authservice --- x2gobroker-authservice.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x2gobroker-authservice.service b/x2gobroker-authservice.service index 6ab800c..ff1d750 100644 --- a/x2gobroker-authservice.service +++ b/x2gobroker-authservice.service @@ -2,12 +2,12 @@ Description=X2Go Session Broker Authentication Service [Service] -User=x2gobroker -Group=x2gobroker +User=root +Group=root Type=forking RuntimeDirectory=x2gobroker RuntimeDirectoryMode=0770 -ExecStart=/usr/sbin/x2gobroker-authservice +ExecStart=@/usr/sbin/x2gobroker-authservice -s /run/x2gobroker/x2gobroker-authservice.socket -o root -g x2gobroker -p 0660 PIDFile=/run/x2gobroker/x2gobroker-authservice [Install] -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git