set pid file, no logging, change port
This commit is contained in:
parent
6f20bd7770
commit
28464ceb6c
@ -1,16 +1,19 @@
|
||||
[supervisord]
|
||||
# user=ffplayout
|
||||
pidfile=/tmp/supervisord.pid
|
||||
nodaemon=true
|
||||
logfile=/dev/null
|
||||
logfile_maxbytes=0
|
||||
|
||||
[include]
|
||||
files = conf.d/*.conf
|
||||
|
||||
[inet_http_server]
|
||||
port=127.0.0.1:9011
|
||||
port=127.0.0.1:9001
|
||||
username = ffplayout
|
||||
password = hsF0wQkl5zopEy1mBlT3g
|
||||
|
||||
[supervisorctl]
|
||||
serverurl=http://127.0.0.1:9011
|
||||
serverurl=http://127.0.0.1:9001
|
||||
|
||||
[rpcinterface:supervisor]
|
||||
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
||||
|
Loading…
Reference in New Issue
Block a user