This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit fd0ec2950708c2ea9382168435b96768fcbc8f8e 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. Cherry-picked from release/4.0.1.x branch. Moved into x2goserver-common package. --- debian/changelog | 2 ++ x2goserver-common/etc/tmpfiles.d/x2goserver.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index eb8f964..20e8082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -382,6 +382,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-common/etc/tmpfiles.d/x2goserver.conf b/x2goserver-common/etc/tmpfiles.d/x2goserver.conf new file mode 100644 index 0000000..81fcb39 --- /dev/null +++ b/x2goserver-common/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