Files
proxmox/config/systemd/ccip-relay.service
defiQUG b9d3c10d01 ops: CCIP relay systemd unit, TsunamiSwap VM 5010 inventory script
- config/systemd/ccip-relay.service for /opt/smom-dbis-138/services/relay/start-relay.sh
- tsunamiswap-vm-5010-provision.sh checks qm status on PROXMOX_HOST
- AGENTS.md pointers for relay and TsunamiSwap

Made-with: Cursor
2026-03-27 00:27:10 -07:00

24 lines
701 B
Desktop File

# Install on Proxmox host (e.g. r630-01) where /opt/smom-dbis-138/services/relay exists:
# sudo cp config/systemd/ccip-relay.service /etc/systemd/system/ccip-relay.service
# sudo systemctl daemon-reload && sudo systemctl enable --now ccip-relay
#
# Uses start-relay.sh (loads parent .env and relay/.env.local).
[Unit]
Description=CCIP relay service (Chain 138 to Mainnet)
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/smom-dbis-138/services/relay
ExecStart=/bin/bash /opt/smom-dbis-138/services/relay/start-relay.sh
Restart=on-failure
RestartSec=15
StartLimitIntervalSec=300
StartLimitBurst=5
[Install]
WantedBy=multi-user.target