From d66975ecc19bf6d9ce72ce034d6fb9c8ffb4d555 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Sep 2016 08:12:12 +0200 Subject: [PATCH] cleanup the patch, no pid with systemd, given as cli arg with sysinit --- 0001-redis-3.2.3-redis-conf.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/0001-redis-3.2.3-redis-conf.patch b/0001-redis-3.2.3-redis-conf.patch index 7fec08a..db82637 100644 --- a/0001-redis-3.2.3-redis-conf.patch +++ b/0001-redis-3.2.3-redis-conf.patch @@ -11,15 +11,6 @@ diff --git a/redis.conf b/redis.conf index 22e00bc..46a0154 100644 --- a/redis.conf +++ b/redis.conf -@@ -147,7 +147,7 @@ supervised no - # - # Creating a pid file is best effort: if Redis is not able to create it - # nothing bad happens, the server will start and run normally. --pidfile /var/run/redis_6379.pid -+pidfile /var/run/redis/redis.pid - - # Specify the server verbosity level. - # This can be one of: @@ -160,7 +160,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard