dispatcher: don't exit with failure in case D-Bus service stops
authorThomas Haller <thaller@redhat.com>
Tue, 30 Jun 2015 09:55:24 +0000 (11:55 +0200)
committerThomas Haller <thaller@redhat.com>
Wed, 1 Jul 2015 15:13:52 +0000 (17:13 +0200)
commit8fdf19863290a82e4000c1549cbc114210f545f1
tree8af7b354354de867f60af7e3ed9cfc0a754d0f96
parent295c9818b099f2fdb2f99ff809d6c6372aa1d96c
dispatcher: don't exit with failure in case D-Bus service stops

The initsystem should stop nm-dispatcher before stopping D-Bus
service. However, on some systems that is not implemented, so
nm-dispatcher should not exit with a failure message when the
system bus disappears.
Instead just assume that D-Bus service was stopped during shutdown
and exit gracefully.

Based-on-patch-by: Jacob <jacobgodserv@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=751017
callouts/nm-dispatcher.c