Ten commit jest zawarty w:
scragg 2013-09-30 09:34:16 -05:00
rodzic 32e152a2a7
commit 10b74fbc4f
4 zmienionych plików z 32 dodań i 13 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ nodaemon = false
minfds = 1024
minprocs = 200
umask = 022
user = deploy
user = root
identifier = supervisor
directory = /tmp
nocleanup = true
@ -29,4 +29,5 @@ strip_ansi = false
command=/usr/bin/python /vagrant/app.py
[program:rethinkdb]
command=/usr/bin/rethinkdb --config-file /etc/rethinkdb/rdb0.conf
command=/usr/bin/rethinkdb --config-file /etc/rethinkdb/rdb0.conf
user=root