]> git.ipfire.org Git - thirdparty/systemd.git/commit
exec-util: print executed commands in do_execute() 29361/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 Sep 2023 07:55:57 +0000 (09:55 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Sep 2023 10:46:22 +0000 (12:46 +0200)
commit9ec4f7c7a4f4d56de6d00adbfe5d316edd0ec314
tree203fa30c751a37c6228d685e6b9a889b3fe11cef
parenteb25844f8327a83ae5e7b4a35c6fc0289187503f
exec-util: print executed commands in do_execute()

kernel-install uses do_execute(). We would log whenever a spawned child
finished, but we would not log anything when the child is launched. When the
children log output without a prefix (as the kernel-install plugins do), it
is hard to see where that output is coming from.
src/shared/exec-util.c