summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init/weston.socket
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston.socket')
-rw-r--r--meta/recipes-graphics/wayland/weston-init/weston.socket14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.socket b/meta/recipes-graphics/wayland/weston-init/weston.socket
new file mode 100644
index 0000000000..c1bdc83c05
--- /dev/null
+++ b/meta/recipes-graphics/wayland/weston-init/weston.socket
@@ -0,0 +1,14 @@
1[Unit]
2Description=Weston socket
3RequiresMountsFor=/run
4
5[Socket]
6ListenStream=/run/wayland-0
7SocketMode=0775
8SocketUser=weston
9SocketGroup=wayland
10RemoveOnStop=yes
11
12[Install]
13WantedBy=sockets.target
14