On Thu, Sep 29, 2022 at 4:01 PM Ulrich Windl <ulrich.wi...@rz.uni-regensburg.de> wrote: > > >>> Andrei Borzenkov <arvidj...@gmail.com> schrieb am 29.09.2022 um 13:57 in > Nachricht > <caa91j0wn1p7fx-edbwkpqkb8ok39oc7og+0sudk8vtqao6f...@mail.gmail.com>: > ... > >> I don't quite understand what an "initial transaction" is, > > > > The set of (start) jobs starting with default.targtet (or whatever > > target was given to systemd as "initial target") and following > > dependency chain (Wants and Requires). It is computed once when > > systemd is started and it can only include units that are available > > when systemd computes it. Anything added later (even if it has > > dependency with units that are already part of the transaction) will > > not be seen and used by systemd. > > Would using daemon-reexec instead make a difference? >
Very unlikely.