summaryrefslogtreecommitdiff
path: root/roles/nextcloud/templates/cron-.timer.j2
blob: 7285bf0345251b880f4faa0bc35a710fc1b0ee91 (plain) (blame)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Nextcloud cron.php job timer for %i

[Timer]
OnCalendar=*:{{ 15 | random(seed=item) }}/15
Unit=nextcloud-cron@{{ item }}.service

[Install]
WantedBy=timers.target