forked from douban/code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.conf
More file actions
33 lines (33 loc) · 1.1 KB
/
code.conf
File metadata and controls
33 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[program:code]
command=/home/vagrant/code/venv/bin/gunicorn -w 1 -b 0.0.0.0:8200 app:app
directory=/home/vagrant/code
startsecs=0
stopwaitsecs=0
redirect_stderr=true
stdout_logfile=/home/vagrant/log/code.log
[program:memcached_7901]
command=memcached -u nobody -l 127.0.0.1 -p 7901 -U 0
redirect_stderr=true
stdout_logfile=/home/vagrant/log/memcached.log
[program:memcached_7902]
command=memcached -u nobody -l 127.0.0.1 -p 7902 -U 0
redirect_stderr=true
stdout_logfile=/home/vagrant/log/memcached.log
[program:memcached_7903]
command=memcached -u nobody -l 127.0.0.1 -p 7903 -U 0
redirect_stderr=true
stdout_logfile=/home/vagrant/log/memcached.log
[program:memcached_11311]
command=memcached -m 64 -p 11311 -l 127.0.0.1
redirect_stderr=true
stdout_logfile=/home/vagrant/log/memcached.log
[program:grunt_watch]
directory=/home/vagrant/code
command=grunt watch
redirect_stderr=true
stdout_logfile=/home/vagrant/log/watch.log
[program:webpack_watch]
directory=/home/vagrant/code
command=/home/vagrant/code/node_modules/.bin/webpack --progress --colors --watch
redirect_stderr=true
stdout_logfile=/home/vagrant/log/watch.log