diff options
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 |