12 lines
164 B
SYSTEMD
12 lines
164 B
SYSTEMD
[Unit]
|
|
Description=Monthly Btrfs scrub on %f
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
AccuracySec=1d
|
|
RandomizedDelaySec=1w
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|