Created
October 18, 2011 23:02
-
-
Save carlzulauf/1297014 to your computer and use it in GitHub Desktop.
Redis upstart script (/etc/init/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "redis server" | |
start on runlevel [2345] | |
stop on shutdown | |
exec /opt/redis/redis-server /opt/redis/redis.conf | |
respawn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment