mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
Adds variables to set the name of the weston user (defaulting to "weston") and the home directory (defaulting to "/home/weston"). This allows users to easily change which user the compositor runs as. (From OE-Core rev: 079cf188adae1c7de3971a64df8cb04d5f47be4e) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
224 B
SYSTEMD
15 lines
224 B
SYSTEMD
[Unit]
|
|
Description=Weston socket
|
|
RequiresMountsFor=@runtimedir@
|
|
|
|
[Socket]
|
|
ListenStream=@runtimedir@/wayland-0
|
|
SocketMode=0775
|
|
SocketUser=@WESTON_USER@
|
|
SocketGroup=wayland
|
|
RemoveOnStop=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|
|
|