dra7xx-evm: weston: add changes for AGL home screen
[AGL/meta-agl.git] / meta-agl-bsp / meta-ti / recipes-arago / weston / 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 -- --backend=drm-backend.so --idle-time=4294967 --config=/etc/xdg/weston/weston.ini
8 ExecStop=/usr/bin/killall -s KILL weston
9 Restart=always
10 Type=simple
11
12 [Install]
13 WantedBy=multi-user.target