mirror of
https://github.com/Dadido3/Scanyonero.git
synced 2025-06-06 17:30:00 +00:00
10 lines
207 B
Desktop File
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
|