chiark / gitweb /
bus-util: turn on exit-on-disconnect for all command line tools
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Aug 2016 15:21:27 +0000 (17:21 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:52 +0000 (08:50 +0200)
commit9c228d40d338e0234e2a6392527615938ff12336
tree90b4ac5c3b27da2cce343cc0159cb25629365ceb
parente5f3b69738bd680745e3ca8a54d9935303879199
bus-util: turn on exit-on-disconnect for all command line tools

bus_connect_transport() is exclusively used from our command line tools, hence
let's set exit-on-disconnect for all of them, making behaviour a bit nicer in
case dbus-daemon goes down.
src/shared/bus-util.c