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

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

[Install]
WantedBy=timers.target