Skip to content

Instantly share code, notes, and snippets.

View ersatzryan's full-sized avatar

Ryan G ersatzryan

View GitHub Profile
@ersatzryan
ersatzryan / redis-server
Created February 3, 2011 15:03
init script for Redis server
#!/bin/sh
#
# redis - this script starts and stops the redis-server daemon
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
# config: /etc/redis/redis.conf
# config: /etc/sysconfig/redis
# pidfile: /var/run/redis.pid