blob 37fae7d8890aff83ad49e5a8c50ef23d17e178b2 362 bytes (raw)
name: img/app/image/etc/s6-rc/dbus-vsock/run # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| | #!/bin/execlineb -P
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2025 Alyssa Ross <hi@alyssa.is>
if { modprobe vsock }
export LISTEN_FDS 1
getpid LISTEN_PID
export SYSTEMD_LOG_LEVEL notice
systemd-socket-activate -l vsock::219 --now
# Notify readiness.
if { fdmove 1 3 echo }
fdclose 3
socat ACCEPT-FD:4,fork UNIX-CONNECT:/run/session-bus
|
debug log:
solving 37fae7d ...
found 37fae7d in https://inbox.spectrum-os.org/spectrum-devel/20251113111038.39098-2-hi@alyssa.is/
applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251113111038.39098-2-hi@alyssa.is/
diff --git a/img/app/image/etc/s6-rc/dbus-vsock/run b/img/app/image/etc/s6-rc/dbus-vsock/run
new file mode 100755
index 0000000..37fae7d
Checking patch img/app/image/etc/s6-rc/dbus-vsock/run...
Applied patch img/app/image/etc/s6-rc/dbus-vsock/run cleanly.
index at:
100755 37fae7d8890aff83ad49e5a8c50ef23d17e178b2 img/app/image/etc/s6-rc/dbus-vsock/run
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).