fix: add dependency on blockchain-node service to p2p service startup order
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Systemd Sync / sync-systemd (push) Failing after 11m22s

This commit is contained in:
aitbc
2026-05-26 08:29:55 +02:00
parent 429b24b02c
commit 22c4192c76

View File

@@ -1,6 +1,6 @@
[Unit]
Description=AITBC Blockchain P2P Network Service
After=network.target
After=network.target aitbc-blockchain-node.service
[Service]
Type=simple