浏览代码

Correct behaviour

Supervisor is doing
stop then start
there is no such method as restart in the restart command.
gudata 9 年之前
父节点
当前提交
35f53ba00a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/running.rst

+ 1 - 1
docs/running.rst

@@ -256,7 +256,7 @@ Signal Handlers
 ``SIGHUP``
 
   :program:`supervisord` will stop all processes, reload the
-  configuration from the first config file it finds, and restart all
+  configuration from the first config file it finds, and start all
   processes.
 
 ``SIGUSR2``