diff options
author | Stef Walter <stefw@redhat.com> | 2021-01-22 09:25:14 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2021-01-22 09:25:14 +0100 |
commit | 65e0c56ede1438f2683e665d494ea9a998ec3251 (patch) | |
tree | a7899f1ca06d5e928c6a11097bcc803370e92b21 /content/cockpit | |
parent | df6863a758176feda898751c811ecd7deba3ea05 (diff) |
Fix old DBus how to
Diffstat (limited to 'content/cockpit')
-rw-r--r-- | content/cockpit/protocol-interaction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/cockpit/protocol-interaction.md b/content/cockpit/protocol-interaction.md index 02fef06..2324e1b 100644 --- a/content/cockpit/protocol-interaction.md +++ b/content/cockpit/protocol-interaction.md @@ -128,7 +128,7 @@ To make a DBus method call, we open a channel with the payload type `"dbus-json3 "command": "open", "channel": "mydbus", "payload": "dbus-json3", - "name": "org.freedesktop.systemd1" + "name": "org.freedesktop.hostname1" } </pre> |