homeserver/roles/mgrote_zfs_scrub/templates/zpool-scrub@.timer.j2
Michael Grote 7a24089031 fix linter errors (#584)
Reviewed-on: #584
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-25 22:26:17 +02:00

14 lines
229 B
Django/Jinja

{{ file_header | default () }}
[Unit]
Description=Scrub ZFS pool "%i"
[Timer]
OnCalendar={{ item.systemd_timer_schedule }}
Persistent=true
Unit=zpool-scrub@%i.service
RandomizedDelaySec=30 min
[Install]
WantedBy=timers.target