Skip to content

Instantly share code, notes, and snippets.

@jalaziz
Created September 16, 2013 08:07
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 jalaziz/6577827 to your computer and use it in GitHub Desktop.
Save jalaziz/6577827 to your computer and use it in GitHub Desktop.
Redis Commander Upstart
description "Redis Commander"
start on runlevel [2345]
stop on runlevel [06]
respawn limit 10 5
setuid www-data
exec redis-commander
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment