patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 8d0fd046e2d38aef9c0010fa40aa7b9a57c76373 467 bytes (raw)
name: host/rootfs/image/etc/s6-rc/systemd-udevd/run 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#!/bin/execlineb -P
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
s6-setlock -d 4 /run/sd-notify-wrapper/systemd-udevd.lock
if { rm -f /run/sd-notify-wrapper/systemd-udevd.sock }
background {
   s6-ipcserver-socketbinder -b0 -m -a 0600 /run/sd-notify-wrapper/systemd-udevd.sock
   fdmove 1 3
   sd-notify-adapter
}
fdclose 3
export NOTIFY_SOCKET /run/sd-notify-wrapper/systemd-udevd.sock
systemd-udevd

debug log:

solving 8d0fd046e2d38aef9c0010fa40aa7b9a57c76373 ...
found 8d0fd046e2d38aef9c0010fa40aa7b9a57c76373 in https://inbox.spectrum-os.org/spectrum-devel/20250928-udev-v3-2-bb0e9612c415@gmail.com/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20250928-udev-v3-2-bb0e9612c415@gmail.com/
diff --git a/host/rootfs/image/etc/s6-rc/systemd-udevd/run b/host/rootfs/image/etc/s6-rc/systemd-udevd/run
new file mode 100644
index 0000000000000000000000000000000000000000..8d0fd046e2d38aef9c0010fa40aa7b9a57c76373

Checking patch host/rootfs/image/etc/s6-rc/systemd-udevd/run...
Applied patch host/rootfs/image/etc/s6-rc/systemd-udevd/run cleanly.

index at:
100644 8d0fd046e2d38aef9c0010fa40aa7b9a57c76373	host/rootfs/image/etc/s6-rc/systemd-udevd/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).