cic-eth: Address translator task

This commit is contained in:
Louis Holbrook
2021-02-17 08:19:42 +00:00
parent d493cebc7c
commit f154136dd3
32 changed files with 775 additions and 444 deletions

View File

@@ -2,4 +2,4 @@
. ./db.sh
/usr/local/bin/cic-eth-dispatcher $@
/usr/local/bin/cic-eth-dispatcherd $@

View File

@@ -2,4 +2,4 @@
. ./db.sh
/usr/local/bin/cic-eth-manager $@
/usr/local/bin/cic-eth-managerd $@

View File

@@ -2,4 +2,4 @@
. ./db.sh
/usr/local/bin/cic-eth-retrier $@
/usr/local/bin/cic-eth-retrierd $@

View File

@@ -9,7 +9,7 @@ echo "!!! starting signer"
python /usr/local/bin/crypto-dev-daemon -vv -c /usr/local/etc/crypto-dev-signer &
echo "!!! starting tracker"
/usr/local/bin/cic-eth-tasker $@
/usr/local/bin/cic-eth-taskerd $@
# thanks! https://docs.docker.com/config/containers/multi-service_container/
sleep 1;