1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-09-28 21:14:18 +02:00
dspace-statistics-api/contrib/dspace-statistics-indexer.service
Alan Orth a51422273c
Remove SOLR_CORE configuration variable
This parameter is not customizable. All DSpace instances use this
name for the Solr statistics core.
2018-09-24 00:20:54 +03:00

14 lines
313 B
Desktop File

[Unit]
Description=CGSpace Statistics Indexer
After=tomcat7.target
[Service]
Environment=SOLR_SERVER=http://localhost:8081/solr
User=nobody
Group=nogroup
WorkingDirectory=/opt/ilri/cgspace-statistics-api
ExecStart=/opt/ilri/cgspace-statistics-api/venv/bin/python indexer.py
[Install]
WantedBy=multi-user.target