mirror of
https://github.com/Dadido3/Scanyonero.git
synced 2025-06-06 01:10:00 +00:00
- Make compatible with at least go 1.19 - Fix paths - Add more log output - Update README.md - Fix runner - Update systemd service
14 lines
275 B
Desktop File
14 lines
275 B
Desktop File
[Unit]
|
|
Description=A runner that will watch directories and runs OCRmyPDF on files in them.
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
RestartSec=60s
|
|
WorkingDirectory=/home/paperless/ocrmypdf-runner/
|
|
ExecStart=go run .
|
|
User=paperless
|
|
Group=paperless
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|