[X2Go-Commits] [x2gobroker] 01/01: fix x2gobroker-authservice
git-admin at x2go.org
git-admin at x2go.org
Wed Oct 29 10:33:13 CET 2014
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 at 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
More information about the x2go-commits
mailing list