blob: 4e75b68897a9a42b706d034e2c88c26c328a2ca5 (
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 rc.pvr.service
[Service]
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
|