chiark / gitweb /
manager: introduce 'isolate' job mode which kills all units but the requested one
[elogind.git] / device.c
index a65d41726badc4c80e31df7cacc156fca5943975..520cbdb2c218cf05882ab554af4844c11a773a39 100644 (file)
--- a/device.c
+++ b/device.c
@@ -433,6 +433,7 @@ const UnitVTable device_vtable = {
         .no_requires = true,
         .no_instances = true,
         .no_snapshots = true,
+        .no_isolate = true,
 
         .load = unit_load_fragment_and_dropin_optional,
         .done = device_done,