Add initial upstart config for binder

This commit is contained in:
Jeffrey Forman 2012-12-28 17:29:51 -05:00
parent 7e0c561682
commit ee296be969
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
description "django binder app"
start on started network-services
stop on runlevel [016]
setuid www-data
exec /opt/binder/manage.py runfcgi host=127.0.0.1 port=<fcgi port> daemonize=false