summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service
blob: 82490fef48650469e6d4e087df06eb75dc6e3429 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Wait for Weston readiness
Requires=weston@display.service
After=weston@display.service

[Service]
SupplementaryGroups=display
Environment="XDG_RUNTIME_DIR=/run/platform/display"
ExecStart=/usr/bin/weston-ready -t 10
Type=oneshot