All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/5] Improve the redis recipe with a focus on systemd support
@ 2016-11-28 16:59 Frank Meerkoetter
  2016-11-28 16:59 ` [meta-oe][PATCH 1/5] Add a systemd service file for redis Frank Meerkoetter
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Frank Meerkoetter @ 2016-11-28 16:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Frank Meerkoetter

Improve the redis recipe with a focus on systemd support.

Frank Meerkoetter (5):
  Add a systemd service file for redis
  Do not expose the redis service to the network by default
  Log to syslog
  Do not run redis as root
  Increase the max number of fds to match the concfig in redis.conf

 meta-oe/recipes-extended/redis/redis/redis.conf    |  8 ++++----
 meta-oe/recipes-extended/redis/redis/redis.service | 15 +++++++++++++++
 meta-oe/recipes-extended/redis/redis_3.0.2.bb      | 21 ++++++++++++++++++++-
 3 files changed, 39 insertions(+), 5 deletions(-)
 create mode 100644 meta-oe/recipes-extended/redis/redis/redis.service

-- 
2.7.4



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-12-01 15:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 16:59 [meta-oe][PATCH 0/5] Improve the redis recipe with a focus on systemd support Frank Meerkoetter
2016-11-28 16:59 ` [meta-oe][PATCH 1/5] Add a systemd service file for redis Frank Meerkoetter
2016-12-01 15:51   ` Pau Espin Pedrol
2016-11-28 16:59 ` [meta-oe][PATCH 2/5] Do not expose the redis service to the network by default Frank Meerkoetter
2016-11-28 16:59 ` [meta-oe][PATCH 3/5] Log to syslog Frank Meerkoetter
2016-11-28 16:59 ` [meta-oe][PATCH 4/5] Do not run redis as root Frank Meerkoetter
2016-11-28 16:59 ` [meta-oe][PATCH 5/5] Increase the max number of fds to match the concfig in redis.conf Frank Meerkoetter
2016-11-29  9:15 ` [meta-oe][PATCH 0/5] Improve the redis recipe with a focus on systemd support Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.