This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 8d47b4666a4fcb3420cbffe4dbab4fc2d94569be Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 14:23:27 2014 +0100 one more systemd service file fix --- x2gobroker-authservice.service | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/x2gobroker-authservice.service b/x2gobroker-authservice.service index ff1d750..39d9e2e 100644 --- a/x2gobroker-authservice.service +++ b/x2gobroker-authservice.service @@ -5,11 +5,8 @@ Description=X2Go Session Broker Authentication Service User=root Group=root Type=forking -RuntimeDirectory=x2gobroker -RuntimeDirectoryMode=0770 -ExecStart=@/usr/sbin/x2gobroker-authservice -s /run/x2gobroker/x2gobroker-authservice.socket -o root -g x2gobroker -p 0660 -PIDFile=/run/x2gobroker/x2gobroker-authservice +ExecStart=@/usr/sbin/x2gobroker-authservice --socket-file=/run/x2gobroker/x2gobroker-authservice.socket --daemonize -o root -g x2gobroker -p 0660 --pid-file=/run/x2gobroker/x2gobroker-authservice.pid +PIDFile=/run/x2gobroker/x2gobroker-authservice.pid [Install] WantedBy=multi-user.target - -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git