From ac9c6ea8076e820639211570927831f4c35e0fef Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 1 Apr 2016 15:48:10 -0300 Subject: [PATCH] Bug 16190: Enable the indexer daemon by default This patch enables the indexer daemon by default on packages installs. It does so by setting USE_INDEXER_DAEMON=yes on the /etc/default/koha-common file. It does remove now irrelevant comments from that file. This patch is straightforward to review. If is just a matter of choosing to enable or not to enable by default. Kind regards PS: Let end users rejoice this so far hidden feature :-D Signed-off-by: Hector Castro Signed-off-by: Jonathan Druart --- debian/koha-common.default | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/koha-common.default b/debian/koha-common.default index 66bc611..41805a1 100644 --- a/debian/koha-common.default +++ b/debian/koha-common.default @@ -12,12 +12,9 @@ KOHA_HOME="/usr/share/koha" # # http://wiki.koha-community.org/wiki/PackagesIndexDaemon # -# IMPORTANT: You should comment the relevant line in /etc/cron.d/koha-common -# (the one that calls koha-rebuild-zebra) -# # USE_INDEXER_DAEMON: "no" | "yes" # -USE_INDEXER_DAEMON="no" +USE_INDEXER_DAEMON="yes" # Set an alternate indexer daemon. The default is to use the rebuild_zebra.pl # in daemon mode. -- 2.7.0