supervisord.conf 259 Bytes
Newer Older
nabil el mahiri committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[supervisord]
nodaemon=true

[program:redis]
command=redis-server --daemonize yes

[program:mongodb]
command=service mongod start --fork --logpath /var/log/mongod.log

[program:nginx]
command=/etc/init.d/nginx start

[program:pine]
command=grunt pine:serve