/usr/lib/tmpfiles.d
NameSizeModeActions
00rsyslog.conf4650644editdlrm
apport.conf800644editdlrm
cryptsetup.conf350644editdlrm
dbus.conf3650644editdlrm
debian.conf5170644editdlrm
fail2ban-tmpfiles.conf320644editdlrm
home.conf3620644editdlrm
journal-nocow.conf10960644editdlrm
legacy.conf8120644editdlrm
lvm2.conf610644editdlrm
man-db.conf330644editdlrm
multipath.conf340644editdlrm
passwd.conf2390644editdlrm
php8.1-fpm.conf1210644editdlrm
php8.3-fpm.conf1210644editdlrm
php8.5-fpm.conf1210644editdlrm
screen-cleanup.conf290644editdlrm
snapd.conf2600644editdlrm
static-nodes-permissions.conf7630644editdlrm
sudo.conf270644editdlrm
systemd-nologin.conf5970644editdlrm
systemd-pstore.conf15140644editdlrm
systemd-tmp.conf8230644editdlrm
systemd.conf17900644editdlrm
tmp.conf4480644editdlrm
var.conf5680644editdlrm
x11.conf6550644editdlrm
Edit: /usr/lib/tmpfiles.d/systemd-tmp.conf (823B)
# This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # See tmpfiles.d(5) for details # Exclude namespace mountpoints created with PrivateTmp=yes x /tmp/systemd-private-%b-* X /tmp/systemd-private-%b-*/tmp x /var/tmp/systemd-private-%b-* X /var/tmp/systemd-private-%b-*/tmp # Remove top-level private temporary directories on each boot R! /tmp/systemd-private-* R! /var/tmp/systemd-private-* # Handle lost systemd-coredump temp files. They could be lost on old filesystems, # for example, after hard reboot. x /var/lib/systemd/coredump/.#core*.%b* r! /var/lib/systemd/coredump/.#*