mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
contrib: Update some old CGSpace references to DSpace
This commit is contained in:
parent
a51422273c
commit
76833d6f5f
@ -1,13 +1,13 @@
|
||||
[Unit]
|
||||
Description=CGSpace Statistics Indexer
|
||||
Description=DSpace 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
|
||||
WorkingDirectory=/opt/ilri/dspace-statistics-api
|
||||
ExecStart=/opt/ilri/dspace-statistics-api/venv/bin/python indexer.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=CGSpace Statistics Indexer
|
||||
Description=DSpace Statistics Indexer
|
||||
|
||||
[Timer]
|
||||
# twice a day, at 6AM and 6PM
|
||||
|
Loading…
Reference in New Issue
Block a user