[SOGo] Remove supervisord API
parent
9b4ed6b21c
commit
82ac5fa063
|
@ -1,5 +1,6 @@
|
||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
|
user=root
|
||||||
|
|
||||||
[program:syslog-ng]
|
[program:syslog-ng]
|
||||||
command=/usr/sbin/syslog-ng --foreground --no-caps
|
command=/usr/sbin/syslog-ng --foreground --no-caps
|
||||||
|
@ -32,12 +33,3 @@ priority=3
|
||||||
startretries=10
|
startretries=10
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stopwaitsecs=120
|
stopwaitsecs=120
|
||||||
|
|
||||||
[inet_http_server]
|
|
||||||
port=9191
|
|
||||||
|
|
||||||
[rpcinterface:supervisor]
|
|
||||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|
||||||
|
|
||||||
[supervisorctl]
|
|
||||||
serverurl=http://localhost:9191
|
|
||||||
|
|
Loading…
Reference in New Issue