NebulousLabs / docker-sia

The official docker image for the Sia daemon
https://sia.tech
MIT License
20 stars 1 forks source link

Stop logrotate complaining about missing logs #59

Open anisoptera opened 3 years ago

anisoptera commented 3 years ago

On my system, /sia-data/*.log doesn't exist. Not sure if that's true everywhere. Anyway, because of this, exim tries to send mail about the failure generated by logrotate because it couldn't find those logs, and then for some reason it becomes a zombie process.

After a few days I get 80 or so of these things, obviously one per hour, until I restart the container.

This fixes that.