ansible-roles/roles/zfs/templates/zfs-scrub@.timer.j2

10 lines
133 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
[Unit]
Description=Regular ZFS pool scrub
[Timer]
OnCalendar={{ zfs_scrub_freq }}
Persistent=true
[Install]
WantedBy=timers.target