From 7d447b0e404796e89c22f29892e9cdf035648cc2 Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Wed, 18 Aug 2021 09:47:50 +0200 Subject: [PATCH] Added note on apc.enable_cli for system cron based configs Signed-off-by: Maximilian Kratz --- .../configuration_server/background_jobs_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/background_jobs_configuration.rst b/admin_manual/configuration_server/background_jobs_configuration.rst index 63b07abec..4ba877fec 100644 --- a/admin_manual/configuration_server/background_jobs_configuration.rst +++ b/admin_manual/configuration_server/background_jobs_configuration.rst @@ -90,6 +90,8 @@ Which returns:: .. note:: On some systems it might be required to call **php-cli** instead of **php**. +.. note:: For some configurations, it might be neccessary to append ``--define apc.enable_cli=1`` to the cron command. Please refer to :doc:`the caching configuration page section APCu<./caching_configuration>`. + .. note:: Please refer to the crontab man page for the exact command syntax. .. _easyCron: https://www.easycron.com/