Scanyonero/service/linux/systemd/ocrmypdf-runner.service
David Vogel c82cd72a47 Get into working state
- Make compatible with at least go 1.19
- Fix paths
- Add more log output
- Update README.md
- Fix runner
- Update systemd service
2024-11-04 20:29:33 +01:00

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