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