Skip to content

Instantly share code, notes, and snippets.

@mpenet
Created December 3, 2011 19:20
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 mpenet/1427879 to your computer and use it in GitHub Desktop.
Save mpenet/1427879 to your computer and use it in GitHub Desktop.
#!upstart
respawn
start on runlevel [2345]
stop on runlevel [!2345]
script
exec/usr/bin/redis-server > /dev/null 2>&1
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment