不pipeautorestart是否等于false,Supervisord都会继续重新启动进程

我正在努力让supervisord在开始时发送一个curl请求。 然而,尽pipe我尽了最大的努力,我将自动重启设置为false,但仍然运行脚本。

[program:slack-client] priority=99 autorestart=false command=bash -c 'SOME BASH COMMAND' 

不断重复的错误是

 INFO exited: slack-client (exit status 0; not expected) 

改变我的supervisor.conf文件,并追加一个

exitstatus=0