diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-25 19:25:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-25 19:25:03 +0100 |
commit | 54e2e63dd28879587bc653f48520beb2956c0f16 (patch) | |
tree | adf5ec61a64f2be1da48bc94ccd23e5f777dcf12 | |
parent | 2e8574290d36801acffaf51a9a00a77b972a255b (diff) |
update TODO
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ External: Features: +* kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs + * add "systemctl start -v foobar.service" that shows logs of a service while the start command runs. This is non-trivial to do without races though, since we should flush out all journal messages before |