修复版本号为 3.4.8-xg1,更新示例参数,调整配置文件路径
Build and Release / build-and-test (amd64, alpine) (push) Successful in -2m2s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in -1m56s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 5s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 10s
Build and Release / release (push) Has been skipped

This commit is contained in:
2026-04-14 10:51:01 +08:00
parent 46d8acb78f
commit 8a3cca1065
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Type=simple
WorkingDirectory=/opt/xxxigcc-proxy
# 执行命令
ExecStart=/opt/xxxigcc-proxy/xxxigcc-proxy --config=/etc/xxxigcc-proxy/config.json --log-file=/var/log/xxxigcc-proxy/proxy.log --access-log-file=/var/log/xxxigcc-proxy/access.log
ExecStart=/opt/xxxigcc-proxy/xxxigcc-proxy --config=/var/lib/xxxigcc-proxy/config.json --log-file=/var/log/xxxigcc-proxy/proxy.log --access-log-file=/var/log/xxxigcc-proxy/access.log
# 重启策略
Restart=always