Files
Ansible/roles/nextcloud/templates/nextcloudcron.timer.j2
2022-10-09 21:41:56 +00:00

13 lines
202 B
Django/Jinja

## Managed by Ansible ##
[Unit]
Description=Run Nextcloud background job (cron.php) every 5min
[Timer]
OnBootSec=5min
OnUnitActiveSec=5min
Unit=nextcloudcron.service
[Install]
WantedBy=timers.target