diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-03 22:53:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-03 22:53:25 +0200 |
commit | 06dab8e18aebf822392c7ca66c5bf3c1200fdec8 (patch) | |
tree | aed84062144c7aa2c316a802d058389ccb4b7fee /TODO | |
parent | 88f3e0c91f08c65a479e1aa09f171550b744d829 (diff) |
dbus: include unit name in JobNew/JobRemoved signals
This breaks D-Bus interface slightly, but since the D-Bus API isn't
covered by the interface stability promise this should be OK.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -23,6 +23,8 @@ Bugfixes: Features: +* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel) + * don't delete /tmp/systemd-namespace-* before a process is gone down * don't delete /run/users/lennart if lennart is still logged in even if aging is used @@ -31,10 +33,6 @@ Features: * vconsole: implement setterm -store -foreground xxx --background zzz -* taint flag for rtc-in-localtime - -* include unit name in D-Bus 'Job' signals - * ExecOnFailure=/usr/bin/foo * logind: add "mode" flag to poweroff/suspend inhibit logic so that we can |