66fc046091
* Remove out of place wait_online test param * Cfgsync crate for testnet startup * Config dispersal to node hosts * Remove etcd dep and obsolete bash scripts * Kzgrs test params in testnet * Nodes listen on all interfaces
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
exec /usr/bin/cfgsync-server /etc/nomos/cfgsync.yaml
|