From: Luca Boccassi Date: Mon, 22 Jun 2026 20:35:17 +0000 (+0100) Subject: core: add method to enqueue multiple jobs in a single call (#42182) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a162dbb9df34368458bbdc830b8400ecdf4eaf;p=thirdparty%2Fsystemd.git core: add method to enqueue multiple jobs in a single call (#42182) Currently only a single job for a single unit can be enqueued atomically, so there is no guarantee that, e.g., starting a unit and its socket at the same time will happen in the same transaction. That forces callers to 'know' the right order in which to start new units being installed, or failures will occur. It also means some ordering constraints are ignored, in case the separate calls are done in the wrong manual order. Add a new EnqueueUnitJobMany() D-Bus method that takes a list of units to start. --- 32a162dbb9df34368458bbdc830b8400ecdf4eaf