From a8a1a43f482af480c375a97921df6b42452c7092 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 17 Jan 2015 13:57:46 +0100 Subject: 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. --- units/systemd-bus-proxyd.socket | 1 - 1 file changed, 1 deletion(-) (limited to 'units/systemd-bus-proxyd.socket') diff --git a/units/systemd-bus-proxyd.socket b/units/systemd-bus-proxyd.socket index 6c42d388b4..3f80a1d547 100644 --- a/units/systemd-bus-proxyd.socket +++ b/units/systemd-bus-proxyd.socket @@ -10,4 +10,3 @@ Description=Legacy D-Bus Protocol Compatibility Socket [Socket] ListenStream=/var/run/dbus/system_bus_socket -Accept=yes -- cgit v1.2.3-54-g00ecf