Chris McDonough 18 éve
szülő
commit
655413b37d
1 módosított fájl, 9 hozzáadás és 0 törlés
  1. 9 0
      src/supervisor/tests/fixtures/donothing.conf

+ 9 - 0
src/supervisor/tests/fixtures/donothing.conf

@@ -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
+