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