The branch, build-main has been updated via 782dfcc35fc578578f66a81c2e6b5dc1c281dbb2 (commit) from e56275bef74a77a68b54135f3a91025c7e8ef306 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- x2goserver.service | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 x2goserver.service The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 7ee7b6e..a079dec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ x2goserver (4.0.1.10-0x2go1) UNRELEASED; urgency=low - * Continue development on stable branch of X2Go Server... + * Grab systemd service file from Fedora and ship it upstream. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Nov 2013 16:16:22 +0100 diff --git a/x2goserver.service b/x2goserver.service new file mode 100644 index 0000000..81df9a8 --- /dev/null +++ b/x2goserver.service @@ -0,0 +1,9 @@ +[Unit] +Description=X2Go session cleanup + +[Service] +ExecStart=/usr/sbin/x2gocleansessions + +[Install] +WantedBy=multi-user.target + hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).