Stop Composer Microservices
This topic describes how to stop Composer microservices in CentOS 7 environments or in Ubuntu 18, 20, or 22 environments.
The list of Composer microservices can be found in Composer Microservice Name Reference.
You can also stop Composer microservices using the CLI. See Manage Composer Microservices Using the Command Line Utility.
To stop all Composer microservices, enter the following command:
sudo systemctl stop $(systemctl list-unit-files | grep zoomdata | awk '{print $1}')
To stop a specific Composer microservice, enter the following command:
sudo systemctl stop <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.