Start, Stop, or Restart Individual Services

Team Studio consists of six services. You can start, stop, or restart all of the services, or you can start, stop, or restart the individual services.

The individual services that comprise Team Studio are as follows.

  • postgres
  • workers
  • scheduler
  • solr
  • webserver
  • alpine
Command Action
chorus_control.sh start <service_name> Starts the specified service.
chorus_control.sh stop <service_name> Stops the specified service.
chorus_control.sh restart <service_name> Restarts the specified service.

If you type one of the above commands but do not specify <service name>, then the command applies to all services.