Enable Composer Microservices
This topic describes how to enable 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.
You can also enable Composer microservices using the CLI. See Manage Composer Microservices Using the Command Line Utility.
To enable all Composer microservices, enter the following command:
sudo systemctl enable $(systemctl list-unit-files | grep zoomdata | grep edc | awk '{print $1}')
To enable a specific Composer microservice, enter the following command:
sudo systemctl enable <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.