ansible/roles/nextcloud/templates/nextcloudcron.timer
2020-09-17 00:16:55 +00:00

10 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