blob: 3c9f4a8d6641414d47a94d5c617c18511d9601bf [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001[Unit]
2Description=Weston reference Wayland compositor
3After=dbus.service rc.pvr.service
4
5[Service]
6ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967 --tty=1
7ExecStop=/usr/bin/killall -s KILL weston
8Type=simple
9
10[Install]
11WantedBy=multi-user.target