upstart config
description "tradeslistener-btcltc"
start on startup
stop on shutdown
respawn
respawn limit 10 1
console output
script
exec /usr/bin/php /var/www/html/btcchina/application/bin/cli.php index tradeslistener market=btcltc>>/var/www/html/tradeslistener.btcltc.out
end script