mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-18 04:17:03 +01:00
Alan Orth
90d7a452bd
An example systemd service unit for the indexer and an accompanying timer unit.
13 lines
235 B
SYSTEMD
13 lines
235 B
SYSTEMD
[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 0–3600 seconds
|
||
RandomizedDelaySec=3600
|
||
Persistent=true
|
||
|
||
[Install]
|
||
WantedBy=timers.target
|