Skip to content

Commit 74c00d3

Browse files
committed
Added missing configuration file.
1 parent a88c1f1 commit 74c00d3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[supervisord]
2+
loglevel=info ; log level; default info; others: debug,warn,trace
3+
logfile=/tmp/issue-1231.log ; main log file; default $CWD/supervisord.log
4+
pidfile=/tmp/issue-1231.pid ; supervisord pidfile; default supervisord.pid
5+
nodaemon=true ; start in foreground if true; default false
6+
7+
[rpcinterface:supervisor]
8+
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
9+
10+
[unix_http_server]
11+
file=/tmp/issue-1231.sock ; the path to the socket file
12+
13+
[supervisorctl]
14+
serverurl=unix:///tmp/issue-1231.sock ; use a unix:// URL for a unix socket
15+
16+
[program:hello]
17+
command=python %(here)s/test_1231.py

0 commit comments

Comments
 (0)