From f57f0f5837e26494b97107c399246739d74c7cd5 Mon Sep 17 00:00:00 2001 From: kemboi22 Date: Wed, 7 Feb 2024 13:49:13 +0300 Subject: [PATCH] Added Custom Files --- imageroot/systemd/user/stirling-pdf-app.service | 1 + 1 file changed, 1 insertion(+) diff --git a/imageroot/systemd/user/stirling-pdf-app.service b/imageroot/systemd/user/stirling-pdf-app.service index 3023559..84f91d1 100644 --- a/imageroot/systemd/user/stirling-pdf-app.service +++ b/imageroot/systemd/user/stirling-pdf-app.service @@ -33,6 +33,7 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/stirling-pdf-app.pid \ --volume=stirling-pdf-data:/usr/share/tesseract-ocr/5/tessdata \ --volume=stirling-pdf-config:/configs \ --volume=stirling-pdf-logs:/logs \ + --volume=stirling-pdf-customFiles:/customFiles \ ${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