Rename cic-eth manager to tracker

This commit is contained in:
nolash 2021-02-23 09:05:52 +01:00
parent a766a9de70
commit 72fed82bd5
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 2 additions and 7 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
. ./db.sh
/usr/local/bin/cic-eth-managerd $@

View File

@ -45,7 +45,7 @@ scripts =
console_scripts = console_scripts =
# daemons # daemons
cic-eth-taskerd = cic_eth.runnable.daemons.tasker:main 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-dispatcherd = cic_eth.runnable.daemons.dispatcher:main
cic-eth-retrierd = cic_eth.runnable.daemons.retry:main cic-eth-retrierd = cic_eth.runnable.daemons.retry:main
# tools # tools

View File

@ -274,7 +274,7 @@ services:
- -c - -c
- | - |
if [[ -f /tmp/cic/config/.env ]]; then source /tmp/cic/config/.env; fi 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" # command: "/root/start_manager.sh head -vv"