Advertisement
Guest User

Untitled

a guest
Nov 25th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. description "Loudpopcorn twitter stream listener"
  2.  
  3. setuid ubuntu
  4.  
  5. start on runlevel [2345]
  6. stop on runlevel [06]
  7.  
  8. exec /home/ubuntu/LoudPopcorn/venv/bin/python /home/ubuntu/LoudPopcorn/TwitterClient/streaming.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement