Added random delay to timer to stagger maintenance
This commit is contained in:
parent
b762e8e970
commit
433dc2d9e7
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ Description=Run BTRFS maintenance stuff (scrub and rebalance) monthly
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-01 02:00:00
|
OnCalendar=*-*-01 02:00:00
|
||||||
|
RandomizedDelaySec=3600
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue