20 Star 66 Fork 21

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
Python
1
https://gitee.com/wossl33/wossl.git
git@gitee.com:wossl33/wossl.git
wossl33
wossl
wossl
master

搜索帮助