Actions
Bug #32057
closedBootdisks are left in privatetmp of httpd
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Description
This is because we now use PrivateTmp and systemd only cleans temp files after the service is stopped. But bootdisks are big (50MB each) and users will often fill their disks. The solution is to use permanent temp (/var/tmp) and clean them via systemd-tmpfiles.
Actions