diff options
| author | Patrick Williams <patrick@stwcx.xyz> | 2015-10-25 07:34:03 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2015-10-25 07:34:03 -0500 |
| commit | 8db098efae88a8102db45d12eae1fd5dffb4458e (patch) | |
| tree | c34495b0a845718814f08c92efc2ac1c7c29a35c | |
| parent | 0eacaee780491f77cf3cc3fb1c973f3b156e9b62 (diff) | |
| parent | a4ec06139d693abe7a22249854b86ed33571b172 (diff) | |
| download | openbmc-docs-8db098efae88a8102db45d12eae1fd5dffb4458e.tar.gz openbmc-docs-8db098efae88a8102db45d12eae1fd5dffb4458e.zip | |
Merge pull request #2 from causten/patch-1
Update dbus-interfaces.md
| -rw-r--r-- | dbus-interfaces.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dbus-interfaces.md b/dbus-interfaces.md index be9943a..ca90f05 100644 --- a/dbus-interfaces.md +++ b/dbus-interfaces.md @@ -14,3 +14,11 @@ methods: * `setAttention()` +# Useful dbus cli tools + +## 'busctl' - http://www.freedesktop.org/software/systemd/man/busctl.html +Great tool to issue rest commands via cli. That way you don't have to wait for the code to hit the path on the system. Great for running commands with QEMU too! + +busctl call \<path\> \<interface\> \<object\> \<method\> \<parameters\> + +* \<parameters\> example : sssay "t1" "t2" "t3" 2 2 3 |

