chiark / gitweb /
dbus-execute: don't publish control_group_persistent on DBus for now
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 20 Jan 2012 02:03:25 +0000 (03:03 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Fri, 20 Jan 2012 02:03:25 +0000 (03:03 +0100)
commit229b5d55f620704d62b91d824f429a6cf07e070c
tree581f34bbb8b056e48ced811cca0138be5a5f4cb2
parent3e52541ef51b1004357fbcd4bf863fb955ab83e9
dbus-execute: don't publish control_group_persistent on DBus for now

Since the addition of ControlGroupPersistent, systemd is trivially
killed by "systemctl status any.service".
bus_property_append_bool must not be used for a tri-state int.
Also, should it really "b", or do we want the tri-state nature to be seen?

For now just comment out the buggy DBus property.
src/dbus-execute.c