aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-graphics/wayland/weston/weston.service
blob: db0fd29b9b43e81aad587a887eb1a317bbcc1483 (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]
ExecStartPre=/bin/rm -rf /home/root/.cache/gstreamer-1.0
ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967 --gst-record
ExecStop=/usr/bin/killall -s KILL weston
Type=simple

[Install]
WantedBy=multi-user.target