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