From a306edf11ca14813b2549983e65ee8e0584cec17 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Sat, 14 Sep 2019 10:08:12 +0200 Subject: [PATCH] Updated process.restart (markdown) --- process.restart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process.restart.md b/process.restart.md index d8c425a..580ebca 100644 --- a/process.restart.md +++ b/process.restart.md @@ -1,6 +1,6 @@ ### Request * **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 { @@ -26,7 +26,7 @@ ### 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. -* **Subscribers**: *(none)* +* **Subscribers**: *DeployHandler* ```json {