diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-11-07 00:11:36 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-11-22 15:33:08 +0900 |
commit | ae8e9a0f1799e40ddf67fefb17b8754fc9db047b (patch) | |
tree | ff277319dea0fe39afa58e6a4a9dfcf537413152 /meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service | |
parent | 3c223389705c7a11e75a31430a3babeea90d1336 (diff) |
Fix: weston is not running after BSP 5.5 merged in cluster-demo
weston is not running after BSP 5.5 merged.
This patch create new weston-init for gest usage.
Bug-AGL: SPEC-4131
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: I9b6edc1c45aad0f985a307f3ffb0fe6a47195dd5
Diffstat (limited to 'meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service')
-rw-r--r-- | meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service b/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service new file mode 100644 index 00000000..5f23ea79 --- /dev/null +++ b/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service @@ -0,0 +1,19 @@ +[Unit] +Description=Weston Wayland Compositor +RequiresMountsFor=/run +After=multi-user.target +Wants=multi-user.target + +[Service] +User=root +PAMName=login +EnvironmentFile=-/etc/default/weston +StandardError=journal +PermissionsStartOnly=true +IgnoreSIGPIPE=no +Type=notify + +ExecStart=/usr/bin/weston --config /etc/xdg/weston/weston.ini --idle-time=0 --drm-lease=${DRM_LEASE_DEVICE} --log=/var/log/weston.log + +[Install] +WantedBy=multi-user.target |