From 71ada209f6b56e6d0542eff3a3c4e42bcaa54cd0 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Sat, 14 Jul 2018 00:14:32 -0400 Subject: [PATCH] Add step to restart redis after configuration change. Signed-off-by: Michael Price --- docs/topics/deploying.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/topics/deploying.rst b/docs/topics/deploying.rst index fd2a0dce23..deacf22578 100644 --- a/docs/topics/deploying.rst +++ b/docs/topics/deploying.rst @@ -137,6 +137,7 @@ Create the supervisor file at ``/etc/supervisor/conf.d/mayan.conf``:: Configure Redis to discard data when it runs out of memory:: echo "maxmemory-policy allkeys-lru" >> /etc/redis/redis.conf + systemctl restart redis Enable and restart the services [1_]::