添加日志文件路径
All checks were successful
Build and Release / build-and-test (arm64, alpine) (push) Successful in 28s
Build and Release / build-and-test (amd64, alpine) (push) Successful in 38s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 40s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 51s
Build and Release / release (push) Successful in 1m41s

This commit is contained in:
2025-12-18 21:56:42 +08:00
parent 83cf7ec908
commit 1bafc36670

View File

@@ -17,6 +17,7 @@ ExecStart=/opt/p2pool/p2pool \
--p2p 0.0.0.0:37889 \
--data-api /var/lib/p2pool/data-api \
--local-api \
--log-file /var/log/p2pool/p2pool.log \
--loglevel 3
Restart=on-failure
RestartSec=10s