From c8f4d7642b743c79328e10e8fb2d9b58e9f6b999 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Apr 2011 03:55:03 +0200 Subject: manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around when isolating --- src/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manager.c') diff --git a/src/manager.c b/src/manager.c index e723a1e4ef..dfd33b08f4 100644 --- a/src/manager.c +++ b/src/manager.c @@ -1619,7 +1619,7 @@ static int transaction_add_isolate_jobs(Manager *m) { if (u->meta.id != k) continue; - if (UNIT_VTABLE(u)->no_isolate) + if (u->meta.ignore_on_isolate) continue; /* No need to stop inactive jobs */ -- cgit v1.2.3-54-g00ecf