Created
October 15, 2013 17:37
-
-
Save lajunta/6995463 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] or net-device-up IFACE!=lo | |
stop on runlevel [06] | |
env PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/local/rvm/bin | |
chdir "/data/sites/festival" | |
script | |
rvm 2.0.0 exec bundle exec puma -C "/data/sites/festival/config/puma.conf" | |
end script | |
respawn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment