1 Star 0 Fork 187

马秋平/django-idcops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
idcops.service 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
decbe 提交于 2021-01-06 17:42 +08:00 . update gunicorn.py and idcops.service
[Unit]
Description=Gunicorn daemon for idcops service
Documentation=https://github.com/Wenvki/django-idcops/blob/master/README.md
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=www
Group=www
WorkingDirectory=/opt/django-idcops
PIDFile=/opt/django-idcops/run/idcops.pid
ExecStart=/opt/django-idcops/env/bin/gunicorn -c config/gunicorn.py -p run/idcops.pid idcops_proj.wsgi:application
Restart=on-failure
RestartSec=30
PrivateTmp=true
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiupingma/django-idcops.git
git@gitee.com:qiupingma/django-idcops.git
qiupingma
django-idcops
django-idcops
master

搜索帮助