mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
Alan Orth
a51422273c
This parameter is not customizable. All DSpace instances use this name for the Solr statistics core.
14 lines
313 B
Desktop File
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
|