summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2021-01-22 09:25:14 +0100
committerStef Walter <stefw@redhat.com>2021-01-22 09:25:14 +0100
commit65e0c56ede1438f2683e665d494ea9a998ec3251 (patch)
treea7899f1ca06d5e928c6a11097bcc803370e92b21
parentdf6863a758176feda898751c811ecd7deba3ea05 (diff)
Fix old DBus how to
-rw-r--r--content/cockpit/protocol-interaction.md2
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>