diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-22 02:42:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-22 02:42:59 +0200 |
commit | c497c7a9e4db487eab4f92421a74d721d9558186 (patch) | |
tree | 6699ec66f8f69fd8a8432f88bb5d67eab50b04ea /device.c | |
parent | c9c0cadbf8d8e4c1b99c35a8150c08558f361ebd (diff) |
manager: introduce 'isolate' job mode which kills all units but the requested one
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |