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/mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mount.c') diff --git a/src/mount.c b/src/mount.c index d7a300e796..2b19f497f3 100644 --- a/src/mount.c +++ b/src/mount.c @@ -80,6 +80,8 @@ static void mount_init(Unit *u) { m->timer_watch.type = WATCH_INVALID; m->control_command_id = _MOUNT_EXEC_COMMAND_INVALID; + + m->meta.ignore_on_isolate = true; } static void mount_unwatch_control_pid(Mount *m) { @@ -1763,7 +1765,6 @@ const UnitVTable mount_vtable = { .no_alias = true, .no_instances = true, - .no_isolate = true, .show_status = true, .init = mount_init, -- cgit v1.2.3-54-g00ecf