File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Running
6
6
=======
7
7
To run the proxy, make it, and then try:
8
8
9
- ./dbus-proxy /tmp/my_proxy_socket bus-type < example_conf.json
9
+ ./dbus-proxy /tmp/my_proxy_socket bus-type < example-configs/ example_conf.json
10
10
11
11
Where:
12
12
13
13
* ` /tmp/my_proxy_socket ` is the socket to create for communication.
14
14
* ` bus-type ` should be set to either ` session ` or ` system ` .
15
- * ` example_conf.json ` is the configuration file to use.
15
+ * ` example-configs/ example_conf.json` is the configuration file to use.
16
16
17
17
You can then interact with the socket via, for instance, d-feet.
18
18
@@ -25,7 +25,7 @@ be able to share configuration files.
25
25
26
26
The content of the JSON file can vary as long as the "dbus-gateway-config-<bustype >"
27
27
attribute holds a JSON array of JSON objects with certain name/value pairs,
28
- example_conf.json shows an example of how the JSON configuration files should be
28
+ ` example-configs/ example_conf.json` shows an example of how the JSON configuration files should be
29
29
structured.
30
30
31
31
A note on 'direction' in the configuration:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments