# Info
description "SMT Sync Parse Worker for Iusacell"
author      "NivaMovil"

# Events
start on started beanstalkd
stop on shutdown

# Automatically respawn
respawn

# Run the script!
script
    exec /usr/bin/php -f /var/www/www.toditomovilclub.com/app/console smt:sync:shs:worker --env=prod --no-debug
end script