summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical/recipes-graphics/wayland/weston-ready/weston-ready.service
blob: f8db5114a470e46d108bd13b67c8aabb25e4dcd5 (plain)
1
2
[Unit]
Description=Wait for Weston readiness
Requires=weston.service
After=weston.service

[Service]
Environment="XDG_RUNTIME_DIR=/run/platform/display"
ExecStart=/usr/bin/weston-ready -t 10
Type=oneshot
/* * Stores 'req' on heap for asynchrnous use. * Returns a handler to the stored 'req' or NULL on memory depletion. * The count of reference to 'req' is incremented on success * (see afb_req_addref). */ static inline struct afb_stored_req *afb_req_store_v2(struct afb_req req) { return req.itf->store(req.closure); }