Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
supervisor / tests / fixtures / donothing.conf
Size: Mime:
[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