Chris McDonough 18 anni fa
parent
commit
655413b37d
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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
+