From bb1dae2da8f7488d0a8603793310a0ad58c4be1d Mon Sep 17 00:00:00 2001 From: Martin Bark Date: Thu, 23 Jul 2015 12:20:26 +0100 Subject: [PATCH] package/redis: Add redis system user Add a redis system user and set the home directory to /var/lib/redis Signed-off-by: Martin Bark Signed-off-by: Thomas Petazzoni --- package/redis/redis.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/redis/redis.mk b/package/redis/redis.mk index 51c1f9c077..0135cf991f 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -9,6 +9,10 @@ REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING +define REDIS_USERS + redis -1 redis -1 * /var/lib/redis /bin/false - Redis Server +endef + # Redis doesn't support DESTDIR (yet, see # https://github.com/antirez/redis/pull/609). We set PREFIX # instead. -- 2.30.2