Skip to content

Instantly share code, notes, and snippets.

@justinabrahms
Created December 5, 2012 23:10
Show Gist options
  • Save justinabrahms/4220366 to your computer and use it in GitHub Desktop.
Save justinabrahms/4220366 to your computer and use it in GitHub Desktop.
description "autoreply - twitter bot which redirects users to new acccount"
author "Justin Abrahms <justin@abrah.ms>"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on runlevel [!2345]
respawn
env LOGFILE=/srv/justinlilly-autoreply/history.json
env ENV_ROOT=/srv/justinlilly-autoreply/env
env APP_ROOT=/srv/justinlilly-autoreply/autoreply
exec $ENV_ROOT/bin/python $APP_ROOT/autoreply.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment