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

borgmatic: Do not inhibit idle in service #3637

Merged

Commits on Feb 2, 2023

  1. borgmatic: Do not inhibit idle in service

    This reflects a systemd service sample file change made in borgmatic
    1.7.6, commit 2e9f70d49647d47fb4ca05f428c592b0e4319544:
    
        When backing up a machine with a monitor using logind to control
        idle timeout and things like DPMS, borgmatic can block the screen
        from turning on/off with systemd-inhibit. This is because by
        default systemd-inhibit will block
        "idle:sleep:shutdown". Borgmatic does not need to care about idle,
        only about suspend and shutdown. So, add an explicit `--what` flag
        for what borgmatic should inhibit.
    
        For more information see systemd-inhibit(1).
    DamienCassou committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    daf2225 View commit details
    Browse the repository at this point in the history