mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
12 lines
238 B
Django/Jinja
12 lines
238 B
Django/Jinja
[Unit]
|
|
Description=Schedule {{ item.name }} ZFS snapshots for {{ atlas_zfs_pool }}
|
|
|
|
[Timer]
|
|
OnCalendar={{ item.calendar }}
|
|
Persistent=true
|
|
AccuracySec=1min
|
|
Unit=atlas-zfs-snapshot@{{ item.name }}.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|