1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_pretix.git synced 2024-10-28 22:01:03 +01:00
ansible_collection_pretix/roles/pretix/templates/pretix-cron.timer.j2
2024-10-14 12:06:26 +02:00

11 lines
230 B
Django/Jinja

{{ ansible_managed | comment }}
[Unit]
Description=Run pretix runperiodic service
[Timer]
OnCalendar={{ pretix__web_oncalendar }}
RandomizedDelaySec={{ pretix__web_timer_delay }}
Persistent=true
[Install]
WantedBy=timers.target