blob: eead0fd01f0479177bc21a1a09241511e963fdba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Nextcloud cron.php job timer for {{ nextcloud_instance }}
[Timer]
OnCalendar=*:{{ 5 | random(seed=nextcloud_instance) }}/5
Unit=nextcloud-cron@{{ nextcloud_instance }}.service
[Install]
WantedBy=timers.target
|