fixed typo in supervisord example config (#790)
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user