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 0c9ccabdc79e6a7979e4b9bf1041ba009c520faf Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 24 10:07:21 2018 +0100 x2goserver/etc: add new tmpfiles.d/x2goserver.conf file, protecting session directories from systemd's tmpfiles deletion. --- debian/changelog | 2 ++ x2goserver/etc/tmpfiles.d/x2goserver.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4b23807..291a7a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -79,6 +79,8 @@ x2goserver (4.0.1.23-0x2go1) UNRELEASED; urgency=medium have been refurbished within the system and reassign them. - x2goserver/bin/x2goresume-ression: whitespace fix only. - x2goserver/bin/x2gostartagent: check and adapt exit codes. + - x2goserver/etc: add new tmpfiles.d/x2goserver.conf file, protecting + session directories from systemd's tmpfiles deletion. * x2goserver.spec: - RPMify x2goserver-xsession description. - Remove qt4 stuff, we're not using the framework here. diff --git a/x2goserver/etc/tmpfiles.d/x2goserver.conf b/x2goserver/etc/tmpfiles.d/x2goserver.conf new file mode 100644 index 0000000..81fcb39 --- /dev/null +++ b/x2goserver/etc/tmpfiles.d/x2goserver.conf @@ -0,0 +1 @@ +x /tmp/.x2go-* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git