Do not inhibit idle in borgmatic.service
#589
Merged
witten
merged 1 commits from LaserEyess/borgmatic:service_fix
into master
6 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'LaserEyess/borgmatic:service_fix'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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).
Awesome! Thank you for taking the time to diagnose and fix this.
c969c822ee
into master 6 months agoc969c822ee
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.