mirror of
https://github.com/roles-ansible/ansible_collection_pretix.git
synced 2024-10-28 22:01:03 +01:00
11 lines
230 B
Django/Jinja
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
|