]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add --dump-bus-properties option to systemd
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 May 2018 09:13:19 +0000 (18:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 May 2018 09:13:19 +0000 (18:13 +0900)
commitbbc1acaba0e3b73cf6fbf5f7b6de2f1719a1d5a6
treecc5e732a28126a2fd3665ca1b8c7a25e7ac6caae
parent19e69a9c7a3a84f25d4c21c7c7f8f60c24685432
core: add --dump-bus-properties option to systemd

If systemd is invoked with this option, this dumps all bus properties.
This may be useful for shell completion for `systemctl --property`.
man/systemd.xml
src/core/dbus.c
src/core/dbus.h
src/core/main.c