This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 8d47b46 one more systemd service file fix new e3e3a43 fix for last commit 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 e3e3a439a6232f2ed23a0c002f648e49786b1d7c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 14:36:11 2014 +0100 fix for last commit --- x2gobroker-authservice.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gobroker-authservice.service b/x2gobroker-authservice.service index 39d9e2e..d7fc616 100644 --- a/x2gobroker-authservice.service +++ b/x2gobroker-authservice.service @@ -5,7 +5,7 @@ Description=X2Go Session Broker Authentication Service User=root Group=root Type=forking -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 +ExecStart=@/usr/sbin/x2gobroker-authservice --socket-file=/run/x2gobroker/x2gobroker-authservice.socket --daemonize -o root -g x2gobroker -p 0660 --pidfile=/run/x2gobroker/x2gobroker-authservice.pid PIDFile=/run/x2gobroker/x2gobroker-authservice.pid [Install] -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git