[RCAR] disable a default config in kernel
[AGL/meta-agl.git] / meta-agl-profile-graphical / recipes-graphics / wayland / weston-ready / weston-ready.service
1 [Unit]
2 Description=Wait for Weston readiness
3 Requires=weston@display.service
4 After=weston@display.service
5
6 [Service]
7 SupplementaryGroups=display
8 Environment="XDG_RUNTIME_DIR=/run/platform/display"
9 ExecStart=/usr/bin/weston-ready -t 10
10 Type=oneshot