Skip to content

Instantly share code, notes, and snippets.

@qrush
Created June 18, 2010 18:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrush/444033 to your computer and use it in GitHub Desktop.
Save qrush/444033 to your computer and use it in GitHub Desktop.
#!upstart
description "redis"
start on runlevel [23]
script
export HOME="/home/redis"
exec sudo -u redis /home/redis/redis-2.0.0-rc1/redis-server /home/redis/redis-2.0.0-rc1/redis.conf
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment