Skip to content

Instantly share code, notes, and snippets.

View yuhaya's full-sized avatar
🏠
Working from home

Silence yuhaya

🏠
Working from home
View GitHub Profile
@yuhaya
yuhaya / redis-init-rhel
Last active August 29, 2015 14:27 — forked from markalanevans/redis-init-rhel
Simple RedHat Redis init.d script
#!/bin/sh
#
# redis Startup script for Redis Server
#
# chkconfig: - 90 10
# description: Redis is an open source, advanced key-value store.
#
# processname: redis-server
# config: /etc/redis.conf
# pidfile: /var/run/redis.pid