This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 67f62fb x2goserver.spec: Let builds for EPEL-7 behave like recent Fedora builds. new daa8cfd Fix the x2goserver.service unit file. Allow systemd to track the service after startup. (Fixes: #428). 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: debian/changelog | 2 ++ x2goserver.service | 2 ++ 2 files changed, 4 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit daa8cfd4b77eac28db59d78938114548cf577192 Author: Orion Poplawski <orion@cora.nwra.com> Date: Sun Feb 9 19:54:06 2014 +0100 Fix the x2goserver.service unit file. Allow systemd to track the service after startup. (Fixes: #428). --- debian/changelog | 2 ++ x2goserver.service | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 78cd598..7855fbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -116,6 +116,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low * New upstream release (4.0.1.14): - Fix wrong path to xinitrd.d in Xsession (section for RPM based distros). Also, add some existence/readability checking. (Fixes: #414). + - Fix the x2goserver.service unit file. Allow systemd to track the service + after startup. (Fixes: #428). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 28 Jan 2014 13:41:38 +0100 diff --git a/x2goserver.service b/x2goserver.service index 18b276a..a9e66b9 100644 --- a/x2goserver.service +++ b/x2goserver.service @@ -2,7 +2,9 @@ Description=X2Go Server Daemon [Service] +Type=forking ExecStart=/usr/sbin/x2gocleansessions +PIDFile=/run/x2goserver.pid [Install] WantedBy=multi-user.target -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git