Updated process.restart (markdown)

ni-richard 2019-09-14 10:08:12 +02:00
parent 924d7482a4
commit a306edf11c

@ -1,6 +1,6 @@
### Request ### Request
* **Description**: Instructs the supervisor daemon to restart a registered process. * **Description**: Instructs the supervisor daemon to restart a registered process.
* **Subscribers**: [ProcessHandler](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ProcessHandler) * **Subscribers**: *ProcessHandler*
```json ```json
{ {
@ -26,7 +26,7 @@
### Response ### Response
* **Description**: Raises an event that contains an `error` field if the process exited with an error code, otherwise it's just the same as the original request. * **Description**: Raises an event that contains an `error` field if the process exited with an error code, otherwise it's just the same as the original request.
* **Subscribers**: *(none)* * **Subscribers**: *DeployHandler*
```json ```json
{ {