diff options
author | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-11-16 22:01:42 +0800 |
---|---|---|
committer | zhifeng.jiang <jiang.zhifeng@zte.com.cn> | 2016-11-16 22:01:42 +0800 |
commit | f2c42dd67144daf3a9da08751d6b1e757150b4a2 (patch) | |
tree | 5882c0fc17ef2c3832161f6cdf38ccaf2fa46f8b | |
parent | 2b3df7dce52e965ba5992334ce7d3d1c229a9ce9 (diff) |
Bugfix: Correct the path in supervisord.conf
JIRA:QTIP-157
Change-Id: I640204d05df9df3cdcae1f43668ad292935869ce
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
-rw-r--r-- | docker/supervisord.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 35d16c7e..a6d457dd 100644 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -2,7 +2,7 @@ nodaemon=true [program:qtip_server] -command=bash -c "cd $REPOS_DIR/qtip&&python restful_server/qtip_server.py" +command=bash -c "cd $REPOS_DIR/qtip&&python qtip/api/qtip_server.py" numprocs=1 autostart=true autorestart=true |