From 713fbbb5847c7cacb8d31f02697713cd0a97a5f4 Mon Sep 17 00:00:00 2001 From: therealkrispet Date: Mon, 18 Nov 2019 11:12:46 +0100 Subject: [PATCH] Updated process.restart (markdown) --- process.restart.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/process.restart.md b/process.restart.md index f97e5cf..0fc8dab 100644 --- a/process.restart.md +++ b/process.restart.md @@ -4,9 +4,7 @@ ```json { - "key": "process.restart", - "intent": "control", - "scope": "zmq" + "key": "process.restart" } ``` @@ -20,8 +18,6 @@ ```json { "key": "process.restart", - "intent": "control", - "scope": "zmq" "name": "webservice" } ``` @@ -32,9 +28,7 @@ ```json { - "key": "process.restart", - "intent": "event", - "scope": "broadcast" + "key": "process.restart" } ``` @@ -49,8 +43,6 @@ ```json { "key": "process.restart", - "intent": "event", - "scope": "broadcast", "name": "webservice" } ``` \ No newline at end of file