diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2017-07-31 18:25:14 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:20:15 +0200 |
commit | 219789c77e05477bc75c0c6de1d019fd6787b2d4 (patch) | |
tree | 83267fede9fbd69594c896873396c3eb109bc147 /meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service | |
parent | c936e8b2f6f8f4b8feb2ada11a272a6dce7b29f2 (diff) |
weston-init: adapt to poky meta weston-init.
For pyro we are using the poky meta weston. Adapt the bbappend accordingly.
Merge poky meta weston.service.
Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service index 295ffd7..79afa67 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston-init/weston.service @@ -1,11 +1,12 @@ [Unit] -Description=Weston Wayland compositor +Description=Weston Wayland Compositor +RequiresMountsFor=/run After=dbus.service rc.pvr.service [Service] +User=root +EnvironmentFile=-/etc/default/weston ExecStart=/usr/bin/weston-launch -u root -- $OPTARGS -ExecStop=/usr/bin/killall -s KILL weston -Type=simple [Install] WantedBy=multi-user.target |