From 3e2eb0ae60cdc5629a555ccd66dbbc2c87f481c3 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 27 Aug 2022 18:04:52 +0200 Subject: [PATCH] pilersearch systemd service shall use manticore Signed-off-by: Janos SUTO --- systemd/pilersearch.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/pilersearch.service b/systemd/pilersearch.service index 972227f9..c12172bf 100644 --- a/systemd/pilersearch.service +++ b/systemd/pilersearch.service @@ -3,7 +3,7 @@ Description=Searchd for piler daemon After=network.target mariadb.service [Service] -ExecStart=/usr/bin/searchd --config /etc/piler/sphinx.conf +ExecStart=/usr/bin/searchd --config /etc/piler/manticore.conf ExecStartPre=/bin/bash -c "if [[ ! -d /var/run/piler ]]; then mkdir -p /var/run/piler; chown piler:piler /var/run/piler; fi" PIDFile=/var/run/piler/searchd.pid KillMode=process