From 22c4192c760e329c88339ee095b5b16aae9cf9c3 Mon Sep 17 00:00:00 2001 From: aitbc Date: Tue, 26 May 2026 08:29:55 +0200 Subject: [PATCH] fix: add dependency on blockchain-node service to p2p service startup order --- systemd/aitbc-blockchain-p2p.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/aitbc-blockchain-p2p.service b/systemd/aitbc-blockchain-p2p.service index b992b11a..b908c49b 100644 --- a/systemd/aitbc-blockchain-p2p.service +++ b/systemd/aitbc-blockchain-p2p.service @@ -1,6 +1,6 @@ [Unit] Description=AITBC Blockchain P2P Network Service -After=network.target +After=network.target aitbc-blockchain-node.service [Service] Type=simple