Procházet zdrojové kódy

Fixing supervisord conf file

PONSARD François před 7 roky
rodič
revize
a3a79fa69a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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