1 Star 0 Fork 2

7次开发/wecom_sdk_service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wecomsdk.service 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
彩虹工作室 提交于 2022-01-26 17:27 . 修改服务
[Unit]
Description=Wecom Sdk Api
After=network.target
[Service]
Type=simple
WorkingDirectory=/fastapi
ExecStart=/usr/local/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000
StandardOutput=file:/var/log/wecom/wecom-server.log
Restart=always
[Install]
WantedBy=multi-user.target
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/aracta/wecom_sdk_service.git
git@gitee.com:aracta/wecom_sdk_service.git
aracta
wecom_sdk_service
wecom_sdk_service
master

搜索帮助