Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Created October 18, 2011 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save carlzulauf/1297014 to your computer and use it in GitHub Desktop.
Save carlzulauf/1297014 to your computer and use it in GitHub Desktop.
Redis upstart script (/etc/init/)
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