Add step to restart redis after configuration change.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-07-14 00:14:32 -04:00
parent d78527ec10
commit 71ada209f6

View File

@@ -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_]::