diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-13 20:29:35 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-13 20:49:57 +0100 |
commit | 7c9a6f906308a6474f1ebb98058c4a33a02c33f1 (patch) | |
tree | d3611c6b371bbfc839d5560bd098be44c272a829 /units/user/systemd-bus-proxyd.socket | |
parent | 207d1d0922d4e668cc6fac98be39e5a8b83ebc8a (diff) |
bus: install systemd-bus-proxyd unit files for compatibility with dbus1
Diffstat (limited to 'units/user/systemd-bus-proxyd.socket')
-rw-r--r-- | units/user/systemd-bus-proxyd.socket | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/units/user/systemd-bus-proxyd.socket b/units/user/systemd-bus-proxyd.socket new file mode 100644 index 0000000000..1971063bb8 --- /dev/null +++ b/units/user/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=%r/bus |