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