fix: update systemd service dependencies

- Add aitbc-blockchain-rpc.service dependency to blockchain-sync
- Remove Before directive from load-secrets service
This commit is contained in:
aitbc
2026-05-03 22:59:39 +02:00
parent ae9623c4ea
commit 69f8930d73
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[Unit]
Description=AITBC Blockchain Sync Service
After=network.target postgresql.service
After=network.target postgresql.service aitbc-blockchain-rpc.service
[Service]
Type=simple

View File

@@ -1,6 +1,5 @@
[Unit]
Description=AITBC Load Secrets Service
Before=aitbc-*.service
After=network.target
[Service]