浏览代码

Fixing supervisord conf file

PONSARD François 7 年之前
父节点
当前提交
a3a79fa69a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      supervisor.conf

+ 1 - 1
supervisor.conf

@@ -1,5 +1,5 @@
 [program:mqtt2graphite]
-command=/usr/bin/python2.7 $MQTT2GRAPHITECMD /etc/mqtt2graphite/mqtt2graphite.conf
+command=/usr/bin/python2.7 /opt/mqtt2graphite/mqtt2graphite.py /etc/mqtt2graphite/mqtt2graphite.conf
 #environment=MQTT_HOST='$1',CARBON_SERVER='$CARBON_SERVER',DEBUG=$DEBUG
 autostart=true
 autorestart=true