Skip to content

Commit 920c941

Browse files
committed
Add example supervisord config
1 parent d097f51 commit 920c941

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/bitrun.conf

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[program:bitrun-api]
2+
environment=CONFIG=/etc/bitrun.json
3+
command=/usr/local/bin/bitrun-api
4+
numprocs=1
5+
directory=/tmp
6+
autostart=true
7+
stdout_logfile=/var/log/bitrun.stdout.log
8+
stderr_logfile=/var/log/bitrun.stderr.log

0 commit comments

Comments
 (0)