summaryrefslogtreecommitdiff
path: root/units/user/systemd-bus-proxyd.socket
AgeCommit message (Collapse)Author
2015-04-08remove unitsAndy Wingo
2015-01-17bus-proxy: turn into multi-threaded daemonDavid 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.
2014-01-07bus-proxyd: --user -- add Accept=yes to socketKay Sievers
2014-01-07bus-proxyd: fix socket pathKay Sievers
2013-12-13bus: install systemd-bus-proxyd unit files for compatibility with dbus1Lennart Poettering