]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/transaction.c
transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671)
authorMichael Olbrich <m.olbrich@pengutronix.de>
Mon, 25 Jul 2016 18:02:55 +0000 (20:02 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jul 2016 18:02:55 +0000 (20:02 +0200)
commit2de0b9e913823d6e564ea82d80d014451c238f20
treef4e835025b4027b2ed3675fbe71d6a8833217825
parentc8091d92d5258afee017506ebac086da2f99ee91
transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671)

This is important if a job was queued for a unit but not yet started.
Without this, the job will be canceled and is never executed even though
IgnoreOnIsolate it set to 'true'.
src/core/transaction.c