Skip to content

Instantly share code, notes, and snippets.

View ac-astuartkregor's full-sized avatar

ac-ask ac-astuartkregor

View GitHub Profile
@ac-astuartkregor
ac-astuartkregor / redis
Last active July 26, 2019 05:23
A generic Centos init script for redis
#!/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
# config: /etc/redis/redis.conf
# config: /etc/sysconfig/redis
# pidfile: /var/run/redis/redis.pid