Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- description "usWGI instance to serve ara"
- start on runlevel [2345]
- stop on runlevel [!2345]
- setuid www-data
- setgid www-data
- script
- cd /usr/local/lib/python2.7/dist-packages/ara/
- uwsgi --ini ara.ini
- end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement