This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from c6d4677 remove unknown parameter from x2gobroker-daemon.service new 5f2f0f8 fix cmdline option order 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-daemon.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 5f2f0f8fdf167f35218c79a62aaa594607f9c961 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 29 15:45:41 2014 +0100 fix cmdline option order --- x2gobroker-daemon.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2gobroker-daemon.service b/x2gobroker-daemon.service index b52aed8..80e99df 100644 --- a/x2gobroker-daemon.service +++ b/x2gobroker-daemon.service @@ -5,7 +5,7 @@ Description=X2Go Session Broker Daemon User=x2gobroker Group=x2gobroker Type=forking -ExecStart=/usr/bin/x2gobroker-daemon -D --drop-privileges +ExecStart=/usr/bin/x2gobroker-daemon --drop-privileges -D PIDFile=/run/x2gobroker/x2gobroker-daemon.pid [Install] -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git