ansible/roles/nextcloud/templates/nextcloudcron.timer

11 lines
164 B
SYSTEMD

[Unit]
Description=Run Nextcloud cron.php every 5 minutes
[Timer]
OnBootSec=5min
OnUnitActiveSec=5min
Unit=nextcloudcron.service
[Install]
WantedBy=timers.target