1 Star 2 Fork 2

船长/one-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
one-api.service 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
JustSong 提交于 2023-06-22 11:37 . chore: update one-api.service
# File path: /etc/systemd/system/one-api.service
# sudo systemctl daemon-reload
# sudo systemctl start one-api
# sudo systemctl enable one-api
# sudo systemctl status one-api
[Unit]
Description=One API Service
After=network.target
[Service]
User=ubuntu # 注意修改用户名
WorkingDirectory=/path/to/one-api # 注意修改路径
ExecStart=/path/to/one-api/one-api --port 3000 --log-dir /path/to/one-api/logs # 注意修改路径和端口号
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/os-share/one-api.git
git@gitee.com:os-share/one-api.git
os-share
one-api
one-api
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385