Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dbus-sendを使用してdbusメッセージを別のマシンのdbusデーモンに送信するための構文は何ですか?宛先アドレスのTCP/IPサポートがあるようですが、実際にアドレスを指定する方法に関するドキュメントが見つかりません。
環境変数を使用してセッションバスアドレスをオーバーライドします。
DBUS_SESSION_BUS_ADDRESS=tcp:host=server.example.org,port=77777 dbus-send ...
デフォルトで実行されているバスはTCPでリッスンしないことに注意してください。そのためには、独自のバスインスタンスを実行する必要があります。