Fix issue of weston shell on top of tty(console) running on qemu
[AGL/meta-agl.git] / meta-agl / recipes-graphics / wayland / weston / weston.service
1 [Unit]
2 Description=Weston reference Wayland compositor
3 Conflicts=getty@tty1.service
4 After=dbus.service rc.pvr.service
5
6 [Service]
7 ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967
8 ExecStop=/usr/bin/killall -s KILL weston
9 Type=simple
10
11 [Install]
12 WantedBy=multi-user.target