Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop logrotate complaining about missing logs #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 10, 2021

  1. Stop logrotate complaining about missing logs

    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.
    anisoptera authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d653a0a View commit details
    Browse the repository at this point in the history