]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-spawn: search executed command in build directory (#36985)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 4 Apr 2025 15:11:15 +0000 (00:11 +0900)
committerGitHub <noreply@github.com>
Fri, 4 Apr 2025 15:11:15 +0000 (00:11 +0900)
commitfe30942cdad210af09080ebb14d8d75088769fd4
tree4c054e9894d87b6ac1db8bd7cfbcdb3ccea42b43
parentcec81b234cdd907c4a04c1fcd1dff423f7856f58
parent72008278857fdcf5822fbdb903105d293c4251ff
udev-spawn: search executed command in build directory (#36985)

This makes pin_callout_binary() optionally provides the path of the pinned
binary, and makes it used in udev-spawn.c, to allow easy debugging of
program invocations requested by RUN{program} and friends.