13 lines
209 B
SYSTEMD
13 lines
209 B
SYSTEMD
|
[Unit]
|
||
|
Description=Weekly zpool scrub timer for %i
|
||
|
Documentation=man:zpool-scrub(8)
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=weekly
|
||
|
Persistent=true
|
||
|
RandomizedDelaySec=1h
|
||
|
Unit=zfs-scrub@%i.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|