3d25c3745511bb865bf9e2898c373419dcce1c4f
[AGL/meta-agl.git] / meta-agl / recipes-graphics / wayland / weston / weston.service
1 [Unit]
2 Description=Weston reference Wayland compositor
3 After=dbus.service rc.pvr.service
4
5 [Service]
6 ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967
7 ExecStop=/usr/bin/killall -s KILL weston
8 Type=simple
9
10 [Install]
11 WantedBy=multi-user.target