mg
49f3c00885
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#341 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
13 lines
229 B
Django/Jinja
13 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
|