Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 2, 2024
1 parent a74299e commit a1cb76d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imageroot/systemd/user/stirling-pdf-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/stirling-pdf-app.pid \
--env SYSTEM_DEFAULTLOCALE=en_US \
--env DOCKER_ENABLE_SECURITY=false \
--env SECURITY_ENABLELOGIN=false \
--volume=stirling-pdf/data:/usr/share/tesseract-ocr/5/tessdata:rw
--volume=stirling-pdf/config:/configs:rw
--volume=stirling-pdf/logs:/logs:rw
--volume=stirling-pdf/data:/usr/share/tesseract-ocr/5/tessdata:rw \
--volume=stirling-pdf/config:/configs:rw \
--volume=stirling-pdf/logs:/logs:rw \
${S_PDF_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/stirling-pdf-app.ctr-id -t 10
ExecReload=/usr/bin/podman kill -s HUP stirling-pdf-app
Expand Down

0 comments on commit a1cb76d

Please sign in to comment.