]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
manager: pass monitor metadata in more cases 22460/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 1 Mar 2022 09:49:26 +0000 (10:49 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 10 Mar 2022 14:51:28 +0000 (14:51 +0000)
commita257c941adffa3632081c34b5504182cbd5151d0
tree744e484869d459214405390fb7663af17a8ec0d5
parent02de9614d4a541032da3039c2cae918ec852be28
manager: pass monitor metadata in more cases

The first ExecStartPre or the first ExecStart commands would get the metadata,
but not the subsequent ones. Also check that we do not pass it in
ExecStartPost.
src/core/service.c
test/units/testsuite-68.sh