Real men clear /tmp on every boot usingI have about 20, most of which have been around since 2020.
clear_tmp_enable="YES" ?Or use tmpfs(5) for /tmp and regularly reboot.Real men clear /tmp on every boot usingclear_tmp_enable="YES"?
Until you fire up some software which literally dumps gigabytes of data into /tmp on import/export actions (happened to me).Or use tmpfs(5) for /tmp and regularly reboot.
Real men clear /tmp on every boot usingclear_tmp_enable="YES"

I have this enabled too since I started testing periodic, but for some reason it doesn't work for me. I'm trying to figure out why but not making any progress.I don't know for sure but I'd assume that those are the sockets that DBus creates.
Real men clear /tmp on every boot usingclear_tmp_enable="YES"?
Alternatively there is dbus-cleanup-sockets(1).
I use this on every config
Real men clear /tmp on every boot usingclear_tmp_enable="YES"?
Alternatively there is dbus-cleanup-sockets(1).
110.clean_tmps does not handle this. find . -type s line where it is searching for files to delete, but maybe I'm being too simplistic not understanding how the program works...