Updated process.restart (markdown)

therealkrispet 2019-11-18 11:12:46 +01:00
parent 93760ad92f
commit 713fbbb584

@ -4,9 +4,7 @@
```json ```json
{ {
"key": "process.restart", "key": "process.restart"
"intent": "control",
"scope": "zmq"
} }
``` ```
@ -20,8 +18,6 @@
```json ```json
{ {
"key": "process.restart", "key": "process.restart",
"intent": "control",
"scope": "zmq"
"name": "webservice" "name": "webservice"
} }
``` ```
@ -32,9 +28,7 @@
```json ```json
{ {
"key": "process.restart", "key": "process.restart"
"intent": "event",
"scope": "broadcast"
} }
``` ```
@ -49,8 +43,6 @@
```json ```json
{ {
"key": "process.restart", "key": "process.restart",
"intent": "event",
"scope": "broadcast",
"name": "webservice" "name": "webservice"
} }
``` ```