summaryrefslogtreecommitdiffstats
path: root/recipes-core/dbus/dbus/dbus.socket
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/dbus/dbus/dbus.socket')
-rw-r--r--recipes-core/dbus/dbus/dbus.socket9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-core/dbus/dbus/dbus.socket b/recipes-core/dbus/dbus/dbus.socket
new file mode 100644
index 00000000..af76b2f1
--- /dev/null
+++ b/recipes-core/dbus/dbus/dbus.socket
@@ -0,0 +1,9 @@
+[Unit]
+Description=D-Bus User Message Bus Socket
+Before=sockets.target
+
+[Socket]
+ListenStream=%t/bus
+
+[Install]
+WantedBy=default.target