diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init/weston.socket')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.socket | 14 |
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] | ||
| 2 | Description=Weston socket | ||
| 3 | RequiresMountsFor=/run | ||
| 4 | |||
| 5 | [Socket] | ||
| 6 | ListenStream=/run/wayland-0 | ||
| 7 | SocketMode=0775 | ||
| 8 | SocketUser=weston | ||
| 9 | SocketGroup=wayland | ||
| 10 | RemoveOnStop=yes | ||
| 11 | |||
| 12 | [Install] | ||
| 13 | WantedBy=sockets.target | ||
| 14 | |||
