zulip/tools/run-graphiti
Leo Franchi f9a99192df Add supervisor conf file for stats
(imported from commit e9104676e714dc36050fef50cabe8386b6c52e4d)
2013-06-03 16:16:22 -04:00

10 lines
160 B
Bash

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