Created
September 16, 2013 08:07
-
-
Save jalaziz/6577827 to your computer and use it in GitHub Desktop.
Redis Commander Upstart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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