History log of /systemd/units/user/systemd-bus-proxyd.service.in
Revision Date Author Comments Expand
c9bdeccd5d9a9f5f3594ee9634719b92bcb0b348 04-Aug-2015 David Herrmann <dh.herrmann@gmail.com>

bus-proxy: add ExecReload= Make sure we support ExecReload= for bus-proxyd to reload configuration during runtime. This is *really* handy when hacking on kdbus. Package-managers are still recommended to run `busctl --address=unix:path=` directly.

a8a1a43f482af480c375a97921df6b42452c7092 17-Jan-2015 David Herrmann <dh.herrmann@gmail.com>

bus-proxy: turn into multi-threaded daemon Instead of using Accept=true and running one proxy for each connection, we now run one proxy-daemon with a thread per connection. This will enable us to share resources like policies in the future.