Advertisement
t-readyroc

ara_init

Mar 20th, 2017
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. description "usWGI instance to serve ara"
  2.  
  3. start on runlevel [2345]
  4. stop on runlevel [!2345]
  5.  
  6. setuid www-data
  7. setgid www-data
  8.  
  9. script
  10. cd /usr/local/lib/python2.7/dist-packages/ara/
  11. uwsgi --ini ara.ini
  12. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement