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

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

[Install]
WantedBy=multi-user.target