Skip to content

Commit

Permalink
Reverting an earlier supervisor change on debian.
Browse files Browse the repository at this point in the history
Our debian and rpm start/stop scripts differ in that the rpm one uses
a separate instance of supervisor, while the debian one uses the main
instance. Thus the unix socket used by the debian supervisor is
configured it /etc/supervisor/supervisor.conf.
  • Loading branch information
alq666 committed Jul 2, 2012
1 parent e7af387 commit 1a8438b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packaging/datadog-agent/deb/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[supervisorctl]
serverurl = unix:///var/tmp/datadog-supervisor.sock

[unix_http_server]
file=/var/tmp/datadog-supervisor.sock

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[program:collector]
command=/usr/bin/dd-agent foreground --use-local-forwarder
stdout_logfile=NONE
Expand Down

0 comments on commit 1a8438b

Please sign in to comment.