From df4a8faecda4f94eac048aa29ecb95537ac9d38d Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 8 Nov 2019 03:24:54 -0800 Subject: [PATCH] docs: mention systemd for batches --- docs/batch.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/batch.rst b/docs/batch.rst index d27836c1..e3fe9920 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -244,6 +244,9 @@ Caveats Alternatives ------------ +- `systemd user services `__ + can be configured to automatically perform OCR on a collection of files. + - `Watchman `__ is a more powerful alternative to ``watchmedo``.