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/device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/device.c') diff --git a/src/device.c b/src/device.c index 41c96cef03..d507b701f1 100644 --- a/src/device.c +++ b/src/device.c @@ -70,6 +70,8 @@ static void device_init(Unit *u) { * happen for the other units since their operations time out * anyway. */ d->meta.job_timeout = DEFAULT_TIMEOUT_USEC; + + d->meta.ignore_on_isolate = true; } static void device_done(Unit *u) { @@ -583,7 +585,6 @@ const UnitVTable device_vtable = { .no_instances = true, .no_snapshots = true, - .no_isolate = true, .init = device_init, -- cgit v1.2.3-54-g00ecf