Skip to content

Instantly share code, notes, and snippets.

@camsom
Created September 25, 2014 18:38
Show Gist options
  • Save camsom/2acdf544da4bdf6c9fb0 to your computer and use it in GitHub Desktop.
Save camsom/2acdf544da4bdf6c9fb0 to your computer and use it in GitHub Desktop.
upstart for a knucklehead
#!/bin/sh
start on (filesystem)
stop on runlevel [016]
script
. /var/lib/cloud/instance/user-data.txt
chdir /home/ubuntu/NextTier-Achievement-Worker
. /home/ubuntu/venv/bin/activate
exec python /home/ubuntu/NextTier-Achievement-Worker/worker.py
end script
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment