Salut,
Ça a voir avec ça
http://askubuntu.com/questions/627594/can-i-delete-older-systemd-private-md32-files-in-var-tmp
PrivateTmp=
Takes a boolean argument. If true, sets up a new file system namespace for the executed processes and mounts private /tmp and /var/tmp directories inside it that is not shared by processes outside of the namespace. This is useful to secure access to temporary files of the process, but makes sharing between processes via /tmp or /var/tmp impossible. If this is enabled, all temporary files created by a service in these directories will be removed after the service is stopped. Defaults to false. It is possible to run two or more units within the same private /tmp and /var/tmp namespace by using the JoinsNamespaceOf= directive, see systemd.unit(5) for details. Note that using this setting will disconnect propagation of mounts from the service to the host (propagation in the opposite direction continues to work). This means that this setting may not be used for services which shall be able to install mount points in the main mount namespace.
http://0pointer.de/public/systemd-man/systemd.exec.html
C'est un dispositif de sécurisation d'accès à /tmp , service par service, de systemd
Ça n'arrive pas tout seul dans la poubelle. Tu as du les y mettre