Files
zulip/tools/run-graphiti
Leo Franchi f70e899518 Use exec to launch unicorn so it dies when we kill the script
(imported from commit 59ca5b28f4d1674a0e904f191cc11dbdbf5fc289)
2013-09-10 10:26:24 -04:00

10 lines
165 B
Bash

#!/bin/bash
export HOME=/home/humbug
export PATH="/home/humbug/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
cd /home/humbug/graphiti
exec bundle exec unicorn -p 8088