default repo
This commit is contained in:
parent
32e152a2a7
commit
10b74fbc4f
4 changed files with 32 additions and 13 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue