redis: no output to stdout

This commit is contained in:
Enno Boland 2015-10-24 20:41:25 +02:00
parent 4baae9ab50
commit e48b3f327e
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ if [ ! -d /run/redis ]; then
mkdir -m0750 -p /run/redis
fi
chown redis:redis /run/redis
exec chpst -u redis:redis redis-server /etc/redis/redis.conf
exec chpst -u redis:redis redis-server /etc/redis/redis.conf > /dev/null

View file

@ -1,7 +1,7 @@
# Template file for 'redis'
pkgname=redis
version=3.0.5
revision=1
revision=2
makedepends="jemalloc-devel"
homepage="http://redis.io"
distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz"