fixed typo in supervisord example config (#790)
This commit is contained in:
parent
23b6df536f
commit
97dceb5623
|
@ -268,8 +268,8 @@ Configuring Supervisor couldn't be more simple. Just point it to the ``lemur`` e
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
stdout_logfile syslog
|
stdout_logfile=syslog
|
||||||
stderr_logfile syslog
|
stderr_logfile=syslog
|
||||||
|
|
||||||
See :ref:`Using Supervisor <UsingSupervisor>` for more details on using Supervisor.
|
See :ref:`Using Supervisor <UsingSupervisor>` for more details on using Supervisor.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue