We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88c1f1 commit 74c00d3Copy full SHA for 74c00d3
supervisor/tests/fixtures/issue-1231.conf
@@ -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