Scanyonero/service/linux/systemd/ocrmypdf-runner.service
2024-11-04 18:23:06 +01:00

10 lines
207 B
Desktop File

[Unit]
Description=A runner that will watch directories and runs OCRmyPDF on files in them.
[Service]
WorkingDirectory=/home/paperless/ocrmypdf-runner/
ExecStart=go run .
[Install]
WantedBy=default.target