1 Star 0 Fork 21

libbybyron/wossl

forked from wossl33/wossl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wossld.service 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
wossl33 提交于 2017-12-25 17:26 . create repository
[Unit]
Description=Gunicorn Demo
After=network.target
[Service]
User=root
Group=root
PIDFile=/tmp/gunicorn.pid
WorkingDirectory=/root/wossl
ExecStart=/usr/bin/gunicorn -c wsgi_config.py wsgi:app
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/libbybyron/wossl.git
git@gitee.com:libbybyron/wossl.git
libbybyron
wossl
wossl
master

搜索帮助