9 lines
162 B
SYSTEMD
9 lines
162 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run BTRFS maintenance stuff (scrub and rebalance) monthly
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-01 02:00:00
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|