]> git.ipfire.org Git - thirdparty/systemd.git/commit
run: set $INVOCATION_ID for scope units 10887/head
authorLennart Poettering <lennart@poettering.net>
Thu, 22 Nov 2018 19:40:00 +0000 (20:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Nov 2018 11:49:00 +0000 (12:49 +0100)
commit00f8eea8fccbcc6d97171a13c776cd835a0b4580
tree4cd91712d66a3615f3ce2acf0bed74c220f28356
parent0565120f004f129bec67b9e92c805c6493b71fa2
run: set $INVOCATION_ID for scope units

Services invoked by PID1 have $INVOCATION_ID initialized, hence let's do
that for scope units (where the payload process is invoked by us on the
client side) too, to minimize needless differences.

Fixes: #8082
src/run/run.c