Created
November 4, 2013 22:30
-
-
Save allaire/7310357 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
start on runlevel [2345] | |
stop on runlevel [06] | |
setuid deployer | |
setgid sysadmin | |
respawn | |
respawn limit 3 30 | |
script | |
PATH=/home/deployer/.rbenv/shims:/home/deployer/.rbenv/bin:$PATH | |
cd <%= current_path %> | |
exec bin/sidekiq -e production -L log/sidekiq.log -P tmp/pids/sidekiq.pid | |
end script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment