Skip to content

Instantly share code, notes, and snippets.

@hemju
Created July 21, 2010 13:47
Show Gist options
  • Save hemju/484504 to your computer and use it in GitHub Desktop.
Save hemju/484504 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-rc2/redis-server /home/redis/redis-2.0.0-rc2/redis.conf
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment