package/redis: Add systemV init script
authorMartin Bark <martin@barkynet.com>
Thu, 23 Jul 2015 11:20:28 +0000 (12:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 23 Jul 2015 21:16:31 +0000 (23:16 +0200)
commitb386fda5cb95f3a0ef1161f3ec55f632550ad34c
treee6566ae9803e9afb641026c58bfd9279eb6dfd32
parenta26dd768366452283f749a2f1560b3be3b525dcb
package/redis: Add systemV init script

start-stop-daemon is used to start redis-server as user redis in the
background.  Once redis-server is running we use redis-cli to shutdown
cleanly.

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/redis/S50redis [new file with mode: 0644]
package/redis/redis.mk