From bc4332bd61cf50eb699ff9e62678864d5e0131cf Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 5 Mar 2014 09:51:35 +0530 Subject: [PATCH] install: moved redis-server supervisor configuration to install script --- resources/gitlab | 14 +------------- resources/setup/install | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/resources/gitlab b/resources/gitlab index 838b4952..65747638 100755 --- a/resources/gitlab +++ b/resources/gitlab @@ -112,19 +112,7 @@ if [ "${DB_HOST}" == "localhost" ]; then fi if [ "${REDIS_HOST}" == "localhost" ]; then - sed 's/daemonize yes/daemonize no/' -i /etc/redis/redis.conf - cat > /etc/supervisor/conf.d/redis-server.conf < /etc/supervisor/conf.d/redis-server.conf <