Add initial upstart config for binder
This commit is contained in:
parent
7e0c561682
commit
ee296be969
|
@ -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
|
Loading…
Reference in New Issue