11 lines
160 B
SYSTEMD
11 lines
160 B
SYSTEMD
[Unit]
|
|
Description=Monthly Btrfs scrub on %f
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
AccuracySec=1d
|
|
RandomizedDelaySec=1w
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|