Bug#881725: apache2: reload fails inside (libvirt) lxc container
On Monday, 16 April 2018 21:51:36 CEST Stefan Fritsch wrote:
> So tmpreaper should exclude systemd-private-* files by default. Moritz, do
> you also have some cron job cleaning up stale files in /tmp ?
tmpreaper needs to exclude dirs inside the systemd-private-* dir, too (there
is a tmp dir inside). There does not seem to be a recursive mode and
TMPREAPER_PROTECT_EXTRA='/tmp/systemd-private*'
did not help. Probably something like
TMPREAPER_PROTECT_EXTRA='/tmp/systemd-private*/*'
should work better.
Reply to: