20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
|
[Unit]
|
||
|
Description=Paperless-ngx Tika
|
||
|
|
||
|
[Container]
|
||
|
ContainerName=paperless-ngx-tika
|
||
|
Image=ghcr.io/paperless-ngx/tika:latest
|
||
|
|
||
|
Network=paperless.network
|
||
|
|
||
|
[Service]
|
||
|
Restart=on-failure
|
||
|
# Restart Delay
|
||
|
RestartSec=30
|
||
|
# Allowed time for the service to start.
|
||
|
TimeoutStartSec=90
|
||
|
# Allowed time for the service to stop.
|
||
|
TimeoutStopSec=90
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|