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

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