aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-graphics/wayland/weston/weston.service
blob: 3d25c3745511bb865bf9e2898c373419dcce1c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Weston reference Wayland compositor
After=dbus.service rc.pvr.service

[Service]
ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967
ExecStop=/usr/bin/killall -s KILL weston
Type=simple

[Install]
WantedBy=multi-user.target