lmn-client/roles/nextcloud/files/nextcloudcron.timer
2020-01-16 18:56:32 +01: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