浏览代码

Fix sample conf to show the correct default for startsecs

Mike Naberezny 13 年之前
父节点
当前提交
093940ac79
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      supervisor/skel/sample.conf

+ 2 - 2
supervisor/skel/sample.conf

@@ -57,7 +57,7 @@ serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL  for a unix socket
 ;priority=999                  ; the relative start priority (default 999)
 ;autostart=true                ; start at supervisord start (default: true)
 ;autorestart=unexpected        ; whether/when to restart (default: unexpected)
-;startsecs=10                  ; number of secs prog must stay running (def. 10)
+;startsecs=1                   ; number of secs prog must stay running (def. 1)
 ;startretries=3                ; max # of serial start failures (default 3)
 ;exitcodes=0,2                 ; 'expected' exit codes for process (default 0,2)
 ;stopsignal=QUIT               ; signal used to kill process (default TERM)
@@ -94,7 +94,7 @@ serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL  for a unix socket
 ;priority=-1                   ; the relative start priority (default -1)
 ;autostart=true                ; start at supervisord start (default: true)
 ;autorestart=unexpected        ; whether/when to restart (default: unexpected)
-;startsecs=10                  ; number of secs prog must stay running (def. 1)
+;startsecs=1                   ; number of secs prog must stay running (def. 1)
 ;startretries=3                ; max # of serial start failures (default 3)
 ;exitcodes=0,2                 ; 'expected' exit codes for process (default 0,2)
 ;stopsignal=QUIT               ; signal used to kill process (default TERM)