diff --git a/apps/cic-eth/cic_eth/runnable/daemons/manager.py b/apps/cic-eth/cic_eth/runnable/daemons/tracker.py similarity index 100% rename from apps/cic-eth/cic_eth/runnable/daemons/manager.py rename to apps/cic-eth/cic_eth/runnable/daemons/tracker.py diff --git a/apps/cic-eth/docker/start_manager.sh b/apps/cic-eth/docker/start_manager.sh deleted file mode 100644 index 42da71fa..00000000 --- a/apps/cic-eth/docker/start_manager.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -. ./db.sh - -/usr/local/bin/cic-eth-managerd $@ diff --git a/apps/cic-eth/setup.cfg b/apps/cic-eth/setup.cfg index 9f2b3656..b2243914 100644 --- a/apps/cic-eth/setup.cfg +++ b/apps/cic-eth/setup.cfg @@ -45,7 +45,7 @@ scripts = console_scripts = # daemons cic-eth-taskerd = cic_eth.runnable.daemons.tasker:main - cic-eth-managerd = cic_eth.runnable.daemons.manager:main + cic-eth-trackerd = cic_eth.runnable.daemons.tracker:main cic-eth-dispatcherd = cic_eth.runnable.daemons.dispatcher:main cic-eth-retrierd = cic_eth.runnable.daemons.retry:main # tools diff --git a/docker-compose.yml b/docker-compose.yml index 49c26054..526ffd21 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -274,7 +274,7 @@ services: - -c - | if [[ -f /tmp/cic/config/.env ]]; then source /tmp/cic/config/.env; fi - ./start_manager.sh -v -c /usr/local/etc/cic-eth + ./start_tracker.sh -v -c /usr/local/etc/cic-eth # command: "/root/start_manager.sh head -vv"