Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | bus-proxy: add ExecReload= | David Herrmann | |
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. | |||
2015-01-17 | bus-proxy: turn into multi-threaded daemon | David Herrmann | |
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. |