From 728232303b1a9b6b0040ebc23fab5f0d0e2e9030 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 30 Apr 2021 14:19:34 +0200 Subject: [PATCH] Auto: misc. --- promnesia-howto.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/promnesia-howto.md b/promnesia-howto.md index c6d069367..3fab0e5f3 100644 --- a/promnesia-howto.md +++ b/promnesia-howto.md @@ -23,8 +23,9 @@ I would myself qualify this a bit and say that Promnesia is a tool with several - `promnesia serve` - Make the local process sticky across reboots. - `promnesia install-server` -- Configure the periodic indexer. - - Add a [[cronjob]] that runs `promnesia index`. I run mine every X minutes. +- Configure the periodic indexer. This means adding a [[cronjob]] that runs `promnesia index`. I run mine every 10 minutes. + - `crontab -e` + - add `*/10 * * * * promnesia index >/tmp/promnesia-index-stdout.log 2>/tmp/promnesia-index-stderr.log` and save - Enjoy! ## Thoughts / asides: