This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 0732d96 x2goserver.spec: Let builds for EPEL-7 behave like recent Fedora builds. new 50111fd 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 release/4.0.1.x in repository x2goserver. commit 50111fd14b523f032a4dd875be33d0214aad7f9b 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 4246aa9..8cc4931 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,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 81df9a8..086a350 100644 --- a/x2goserver.service +++ b/x2goserver.service @@ -2,7 +2,9 @@ Description=X2Go session cleanup [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