Skip to content
Snippets Groups Projects
Commit 3f89cd5b authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix tika server upstart script

parent b9144448
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Apache Tika Server
After=network.target
Requires=network.target
[Service]
Type=forking
Restart=on-failure
ExecStart=/usr/bin/java -jar <%= node['typo3_solr']['solr']['tika_home'] %>/tika-server-<%= @app %>.jar
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment