summarylogtreecommitdiffstats
path: root/tika-server.service
blob: 41470e9c2e160a0060ef5844b0739ba3309bcfbe (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Apache Tika server
After=network.target
Requires=network.target

[Service]
ExecStart=/usr/bin/java -jar /usr/lib/tika-server/tika-server.jar --host localhost

[Install]
WantedBy=multi-user.target