|
@@ -0,0 +1,9 @@
|
|
|
|
+[supervisord]
|
|
|
|
+http_port=/tmp/donothing.sock ; (default is to run a UNIX domain socket server)
|
|
|
|
+logfile=/tmp/donothing.log ; (main log file;default $CWD/supervisord.log)
|
|
|
|
+pidfile=/tmp/donothing.pid ; (supervisord pidfile;default supervisord.pid)
|
|
|
|
+nodaemon=true ; (start in foreground if true;default false)
|
|
|
|
+
|
|
|
|
+[rpcinterface:supervisor]
|
|
|
|
+supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
|
|
+
|