Skip to content

Instantly share code, notes, and snippets.

@diversario
Forked from carlzulauf/redis.conf
Created December 27, 2011 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diversario/1524475 to your computer and use it in GitHub Desktop.
Save diversario/1524475 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 /usr/local/bin/redis-server /etc/redis/redis.conf
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment