Skip to content

Commit d0dd4ca

Browse files
committed
updates systemd unit file
1 parent 392194b commit d0dd4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goobi-viewer-indexer/src/main/resources/other/solrindexer.service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Unit]
22
Description=Goobi viewer - Indexer
3-
After=tomcat9.service
3+
After=tomcat10.service
44
After=solr.service
5-
Requires=tomcat9.service
5+
Requires=tomcat10.service
66
Requires=solr.service
77

88

@@ -22,5 +22,5 @@ StandardError=file:/opt/digiverso/logs/indexer.log
2222

2323
[Install]
2424
WantedBy=default.target
25-
WantedBy=tomcat9.service
25+
WantedBy=tomcat10.service
2626

0 commit comments

Comments
 (0)