mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 19:39:35 +03:00
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
|