diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-16 21:02:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-16 21:06:57 +0100 |
commit | 77e96a62476b8df284e19a016ad55e6e3e721fb2 (patch) | |
tree | 89f0e8db96cf07424ffa6f4d87bb6aed3ebe4b7a | |
parent | 999b600390a2dff43d3367119ad594b7c40ed50d (diff) |
units: properly make bus proxy socket of type Accept=yes
-rw-r--r-- | units/systemd-bus-proxyd.socket | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-bus-proxyd.socket b/units/systemd-bus-proxyd.socket index e955dce51a..406e15b5dd 100644 --- a/units/systemd-bus-proxyd.socket +++ b/units/systemd-bus-proxyd.socket @@ -10,3 +10,4 @@ Description=Legacy D-Bus Protocol Compatibility Socket [Socket] ListenStream=/run/dbus/system_bus_socket +Accept=yes |