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

[Service]
ExecStart=/usr/bin/weston-launch -u root -- $OPTARGS
ExecStop=/usr/bin/killall -s KILL weston
Type=simple
Restart=always

[Install]
WantedBy=multi-user.target