mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-13 01:57:03 +01:00
13 lines
234 B
SYSTEMD
13 lines
234 B
SYSTEMD
[Unit]
|
||
Description=DSpace Statistics Indexer
|
||
|
||
[Timer]
|
||
# twice a day, at 6AM and 6PM
|
||
OnCalendar=*-*-* 06:00:00,18:00:00
|
||
# Add a random delay of 0–3600 seconds
|
||
RandomizedDelaySec=3600
|
||
Persistent=true
|
||
|
||
[Install]
|
||
WantedBy=timers.target
|