We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392194b commit d0dd4caCopy full SHA for d0dd4ca
goobi-viewer-indexer/src/main/resources/other/solrindexer.service
@@ -1,8 +1,8 @@
1
[Unit]
2
Description=Goobi viewer - Indexer
3
-After=tomcat9.service
+After=tomcat10.service
4
After=solr.service
5
-Requires=tomcat9.service
+Requires=tomcat10.service
6
Requires=solr.service
7
8
@@ -22,5 +22,5 @@ StandardError=file:/opt/digiverso/logs/indexer.log
22
23
[Install]
24
WantedBy=default.target
25
-WantedBy=tomcat9.service
+WantedBy=tomcat10.service
26
0 commit comments