It doesn't seem like the systemd-tmpfiles service cleans up these folders because I have files in /tmp/systemd-private-*-httpd.service-*/tmp/
that are 27ish days old (the last time httpd was restarted). If I'm reading the /usr/lib/tmpfiles.d/tmp.conf
file correctly then the inner tmp dir should be getting cleaned out every 10 days because of v /tmp 1777 root root 10d
and X /tmp/systemd-private-%b-*/tmp
right? I believe I read in the man that X
is don't delete the dir but delete everything inside of it.
My systemd-tmpfiles-clean.timer service is set to OnBootSec=15min
and OnUnitActiveSec=1d
So am I understanding this correctly, or is there another service that's in charge of cleaning that dir, or.. is something just broken? TIA!