chiark / gitweb /
dbus: add infrastructure for changing multiple properties at once on units and hook...
authorLennart Poettering <lennart@poettering.net>
Thu, 27 Jun 2013 19:14:56 +0000 (21:14 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 27 Jun 2013 19:14:56 +0000 (21:14 +0200)
This introduces two bus calls to make runtime changes to selected bus
properties, optionally with persistence.

This currently hooks this up only for three cgroup atributes, but this
brings the infrastructure to add more changable attributes.

This allows setting multiple attributes at once, and takes an array
rather than a dictionary of properties, in order to implement simple
resetting of lists using the same approach as when they are sourced from
unit files. This means, that list properties are appended to by this
call, unless they are first reset via assigning the empty list.


No differences found