Bugfix: Correct the path in supervisord.conf 19/24419/1
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Wed, 16 Nov 2016 14:01:42 +0000 (22:01 +0800)
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Wed, 16 Nov 2016 14:01:42 +0000 (22:01 +0800)
JIRA:QTIP-157

Change-Id: I640204d05df9df3cdcae1f43668ad292935869ce
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
docker/supervisord.conf

index 35d16c7..a6d457d 100644 (file)
@@ -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