13 lines
227 B
SYSTEMD
13 lines
227 B
SYSTEMD
[Unit]
|
|
Description=Monthly zpool scrub timer for %i
|
|
Documentation=man:zpool-scrub(8)
|
|
|
|
[Timer]
|
|
OnCalendar=Sun *-*-08..14 02:00:00
|
|
Persistent=true
|
|
RandomizedDelaySec=1h
|
|
Unit=zfs-scrub@%i.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|