9 lines
No EOL
162 B
SYSTEMD
9 lines
No EOL
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 |