1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-25 23:53:45 +02:00
dspace-statistics-api/contrib/dspace-statistics-indexer.timer

13 lines
235 B
SYSTEMD
Raw Normal View History

[Unit]
Description=CGSpace Statistics Indexer
[Timer]
# twice a day, at 6AM and 6PM
OnCalendar=*-*-* 06:00:00,18:00:00
# Add a random delay of 03600 seconds
RandomizedDelaySec=3600
Persistent=true
[Install]
WantedBy=timers.target