blob: f8db5114a470e46d108bd13b67c8aabb25e4dcd5 (
plain)
1
2
3
4
5
6
7
8
9
|
[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
|