summary refs log tree commit diff
path: root/host/rootfs/etc/template/gpu/run
blob: eaac8d61b56635e22fe9876845d062b30f2ccc70 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/execlineb -P
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2022 Unikie

s6-notifyoncheck -d
crosvm --no-syslog device gpu
  --socket env/crosvm.sock
  --wayland-sock /run/user/0/wayland-1
  --params "{\"context-types\":\"cross-domain\"}"