From 7c9a6f906308a6474f1ebb98058c4a33a02c33f1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Dec 2013 20:29:35 +0100 Subject: bus: install systemd-bus-proxyd unit files for compatibility with dbus1 --- units/systemd-bus-proxyd.socket | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 units/systemd-bus-proxyd.socket (limited to 'units/systemd-bus-proxyd.socket') diff --git a/units/systemd-bus-proxyd.socket b/units/systemd-bus-proxyd.socket new file mode 100644 index 0000000000..e955dce51a --- /dev/null +++ b/units/systemd-bus-proxyd.socket @@ -0,0 +1,12 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Legacy D-Bus Protocol Compatibility Socket + +[Socket] +ListenStream=/run/dbus/system_bus_socket -- cgit v1.2.3-54-g00ecf