dwyl/learn-redis

View on GitHub
redis-server.conf

Summary

Maintainability
Test Coverage
# https://gist.github.com/bdotdub/714533
description "redis server"
start on runlevel [23]
stop on shutdown
exec sudo -u redis /usr/bin/redis-server /etc/redis/redis.conf
respawn