chiark / gitweb /
manager: introduce 'isolate' job mode which kills all units but the requested one
[elogind.git] / mount.c
diff --git a/mount.c b/mount.c
index 15cce6f8e442f64aa604042f5fe128605ae17300..3cb4cf2dd5d1edcbb50c325f170a320bf62ef961 100644 (file)
--- 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,