diff --git a/config/binder-upstart.conf.dist b/config/binder-upstart.conf.dist new file mode 100644 index 0000000..2a65d81 --- /dev/null +++ b/config/binder-upstart.conf.dist @@ -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= daemonize=false