From c497c7a9e4db487eab4f92421a74d721d9558186 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Apr 2010 02:42:59 +0200 Subject: manager: introduce 'isolate' job mode which kills all units but the requested one --- mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mount.c') diff --git a/mount.c b/mount.c index 15cce6f8e4..3cb4cf2dd5 100644 --- a/mount.c +++ b/mount.c @@ -1462,6 +1462,7 @@ const UnitVTable mount_vtable = { .no_alias = true, .no_instances = true, + .no_isolate = true, .init = mount_init, .load = mount_load, -- cgit v1.2.3-54-g00ecf