summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/weston.service
blob: cec707d5686b26dc0664a4fbcfde56950fa38f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Weston reference Wayland compositor
Conflicts=getty@tty1.service
After=dbus.service rc.pvr.service

[Service]
ExecStart=/usr/bin/weston-launch -u root -- --backend=drm-backend.so --idle-time=4294967 --config=/etc/xdg/weston/weston.ini
ExecStop=/usr/bin/killall -s KILL weston
Restart=always
Type=simple

[Install]
WantedBy=multi-user.target