diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-03-22 06:57:02 +0100 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-17 22:10:32 -0700 |
commit | 92082e3e00062ad5ba88d5b8e09327283acd6a7c (patch) | |
tree | 3d541076cbc388fbf46fbe54fe993e047a0f1b5e /dev-db/redis/files | |
parent | arm64/use.mask: remove clamav mask (diff) | |
download | gentoo-92082e3e00062ad5ba88d5b8e09327283acd6a7c.tar.gz gentoo-92082e3e00062ad5ba88d5b8e09327283acd6a7c.tar.bz2 gentoo-92082e3e00062ad5ba88d5b8e09327283acd6a7c.zip |
dev-db/redis: bump to 4.0.14
Closes: https://bugs.gentoo.org/676046
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11456
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-db/redis/files')
-rw-r--r-- | dev-db/redis/files/redis.service-3 | 14 | ||||
-rw-r--r-- | dev-db/redis/files/redis.tmpfiles-2 | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-db/redis/files/redis.service-3 b/dev-db/redis/files/redis.service-3 new file mode 100644 index 000000000000..1c733fcec172 --- /dev/null +++ b/dev-db/redis/files/redis.service-3 @@ -0,0 +1,14 @@ +[Unit] +Description=A persistent key-value database +After=syslog.target network.target + +[Service] +Type=simple +PIDFile=/run/redis/redis.pid +ExecStart=/usr/sbin/redis-server /etc/redis.conf +User=redis +Group=redis + +[Install] +WantedBy=multi-user.target + diff --git a/dev-db/redis/files/redis.tmpfiles-2 b/dev-db/redis/files/redis.tmpfiles-2 new file mode 100644 index 000000000000..87087d2b773f --- /dev/null +++ b/dev-db/redis/files/redis.tmpfiles-2 @@ -0,0 +1,2 @@ +# redis runtime directory +d /run/redis 0755 redis root - |