Start Composer Microservices
This topic describes how to start Composer microservices in CentOS 7 environments or in Ubuntu 18 or 20 environments.
The list of Composer microservices can be found in Composer Microservice Name Reference. The order in which microservices should be started is described in Composer Microservice Startup Order.
You can also start Composer microservices using the CLI. See Manage Composer v7 Microservices Using the Command Line Utility.
To start all Composer microservices, enter the following command:
sudo systemctl start $(systemctl list-unit-files | grep zoomdata | grep edc | awk '{print $1}')
To start a specific Composer microservice, enter the following command:
sudo systemctl start <service>
Replace <service>
with the name of the Composer microservice. See Composer Microservice Name Reference.
Comments
0 comments
Please sign in to leave a comment.