btrfsmaintenance icon indicating copy to clipboard operation
btrfsmaintenance copied to clipboard

allow user options for systemd timers

Open jgilbert2017 opened this issue 3 years ago • 1 comments

please add support for a system specific /etc/ config file to allow additional options to be set inside the systemd timer script by the command btrfsmaintenance-refresh-cron.sh timer.

my use case is that i want to set RandomizedDelaySec= but i would like to do so without editing btrfsmaintenance-refresh-cron.sh so that i dont lose changes if the script is ever upgraded.

jgilbert2017 avatar Jan 29 '22 12:01 jgilbert2017

For Systemd you can use overrides: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#id-1.14.3

DaAwesomeP avatar Mar 13 '23 04:03 DaAwesomeP