# upstart script to run blame maps job processor script # to run script # change /path/to/job_processor.py # put this script to /etc/init description "blamemaps job processor" start on runlevel [2345] stop on runlevel [016] respawn expect daemon # command to run exec /usr/bin/python /path/to/job_processor.py start