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