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/.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/.gitignore') diff --git a/units/.gitignore b/units/.gitignore index e44ccfefbe..541d7bec71 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -1,4 +1,4 @@ -/systemd-bus-proxyd@.service.m4 +/systemd-bus-proxyd.service.m4 /user@.service.m4 /console-getty.service /console-getty.service.m4 @@ -24,7 +24,7 @@ /systemd-backlight@.service /systemd-binfmt.service /systemd-bootchart.service -/systemd-bus-proxyd@.service +/systemd-bus-proxyd.service /systemd-firstboot.service /systemd-fsck-root.service /systemd-fsck@.service -- cgit v1.2.3-54-g00ecf