浏览代码

updated gunicorn starting script

Radu Boncea 7 年之前
父节点
当前提交
f7db7406e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/gunicorn_start.sh

+ 1 - 1
bin/gunicorn_start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-NAME="bpt"                                  # Name of the application
+NAME="resinfotd"                                  # Name of the application
 DJANGODIR=/sites/resinfotd/resinfotd                     # Django project directory
 SOCKFILE=/sites/resinfotd/run/gunicorn.sock             # we will communicte using this unix socket
 USER=nginx                                    # the user to run as