chiark / gitweb /
systemctl: suppress error message when doing "systemctl daemon-reexec"
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Jul 2013 18:44:21 +0000 (20:44 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Jul 2013 21:41:03 +0000 (23:41 +0200)
commitd0ede8f1c555500dceebd3cc8a8e877ed1d89de6
tree07ef4dbe04f4306b8bf82b6df1c867f903d5c1f4
parent94c01aeb1049a87435e046245b8e5d975b778c60
systemctl: suppress error message when doing "systemctl daemon-reexec"

When we issue a reexecution request via the private socket we need to
expect a "Disconnected" in addition to "NoReply" when the connection is
terminated.
src/shared/dbus-common.c
src/systemctl/systemctl.c